Skip to main content
A newer version of this page is available. .

ToolTipControlInfo Constructors

Contains tooltip information.
Name Parameters Description
ToolTipControlInfo() none Initializes a new instance of the ToolTipControlInfo class with default settings.
ToolTipControlInfo(Object, String, ToolTipIconType) _object, text, iconType Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type.
ToolTipControlInfo(Object, String, Boolean, ToolTipIconType) _object, text, immediateToolTip, iconType Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag.
ToolTipControlInfo(Object, String, String, ToolTipIconType) _object, text, title, iconType Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type.
ToolTipControlInfo(Object, String, String, Boolean, ToolTipIconType, DefaultBoolean) _object, text, title, immediateToolTip, iconType, allowHtmlText Initializes a new instance of the ToolTipControlInfo class with the specified settings.
ToolTipControlInfo(Object, String, String, Boolean, ToolTipIconType) _object, text, title, immediateToolTip, iconType Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag.
ToolTipControlInfo(Object, String, String) _object, text, title Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title.
ToolTipControlInfo(Object, String) _object, text Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text.
See Also