Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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