Back to Devexpress

ToolTipControllerShowEventArgs Constructors

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-dot-ctor.md

latest2.6 KB
Original Source

ToolTipControllerShowEventArgs Constructors

Provides data for the ToolTipController.BeforeShow event.

NameParametersDescription
ToolTipControllerShowEventArgs()noneCreates 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, appearanceTitleInitializes 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, appearanceTitleInitializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings.
ToolTipControllerShowEventArgs(Control, Object)control, objCreates an instance of the ToolTipControllerShowEventArgs class and initializes the ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties.

See Also

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace