ToolTipControlInfo(Object, String, Boolean, ToolTipIconType) Constructor
Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public ToolTipControlInfo(
object _object,
string text,
bool immediateToolTip,
ToolTipIconType iconType
)
Parameters
Name | Type | Description |
---|---|---|
_object | Object | An object used as an identifier of the currently processed visual element. This value is assigned to the ToolTipControlInfo.Object property. |
text | String | A string that specifies a tooltip’s text. This value is assigned to the ToolTipControlInfo.Text property. |
immediateToolTip | Boolean | A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the ToolTipControlInfo.ImmediateToolTip property. |
iconType | ToolTipIconType | A ToolTipIconType value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the ToolTipControlInfo.IconType |