|
Name |
Description |
|
ToolTipControlInfo()
|
Initializes a new instance of the ToolTipControlInfo class with default settings.
|
|
ToolTipControlInfo(object _object, string text)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text.
|
|
ToolTipControlInfo(object _object, string text, string title)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title.
|
|
ToolTipControlInfo(object _object, string text, ToolTipIconType iconType)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type.
|
|
ToolTipControlInfo(object _object, string text, bool immediateToolTip, ToolTipIconType iconType)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag.
|
|
ToolTipControlInfo(object _object, string text, string title, ToolTipIconType iconType)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type.
|
|
ToolTipControlInfo(object _object, string text, string title, bool immediateToolTip, ToolTipIconType iconType)
|
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag.
|
|
ToolTipControlInfo(object _object, string text, string title, bool immediateToolTip, ToolTipIconType iconType, DefaultBoolean allowHtmlText)
|
Initializes a new instance of the ToolTipControlInfo class with the specified settings.
|