Skip to main content

ToolTipControllerShowEventArgs Constructors

Provides data for the ToolTipController.BeforeShow event.
Name Parameters Description
ToolTipControllerShowEventArgs() none Creates an instance of the ToolTipControllerShowEventArgs class and initializes properties with default values
ToolTipControllerShowEventArgs(Control, Object, String, String, ToolTipLocation, Boolean, Boolean, Int32, ToolTipIconType, ToolTipIconSize, Object, Int32, AppearanceObject, AppearanceObject) control, obj, toolTip, title, toolTipLocation, showBeak, rounded, roundRadius, iconType, iconSize, imageList, imageIndex, appearance, appearanceTitle Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings.
ToolTipControllerShowEventArgs(Control, Object, String, String, ToolTipLocation, Boolean, Boolean, Int32, ToolTipStyle, ToolTipIconType, ToolTipIconSize, Object, Int32, AppearanceObject, AppearanceObject) control, obj, toolTip, title, toolTipLocation, showBeak, rounded, roundRadius, style, iconType, iconSize, imageList, imageIndex, appearance, appearanceTitle Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings.
ToolTipControllerShowEventArgs(Control, Object) control, obj Creates an instance of the ToolTipControllerShowEventArgs class and initializes the ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties.
See Also