点击或拖拽改变大小

DSkinHtmlToolTipAdjustTooltipPosition 方法

Adjust the location of the tooltip window to the location of the mouse and handle if the tooltip window will try to appear outside the boundaries of the control.

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected virtual void AdjustTooltipPosition(
	Control associatedControl,
	Size size
)

参数

associatedControl
类型:System.Windows.FormsControl
the control the tooltip is appearing on
size
类型:System.DrawingSize
the size of the tooltip window
参见