ToolTipControllerCalcSizeEventArgs Constructors
Provides data for the ToolTipController.CalcSize event.| Name | Parameters | Description |
|---|---|---|
| ToolTipControllerCalcSizeEventArgs(Control, Object, ToolTipControllerShowEventArgs) | control, obj, showArgs | Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. |
| ToolTipControllerCalcSizeEventArgs(Control, Object, String, String, Size, Point) | control, obj, toolTip, title, size, position | Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. |
| ToolTipControllerCalcSizeEventArgs(Control, Object, String, String) | control, obj, toolTip, title | Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. |
See Also