Back to Devexpress

BaseLayoutItemOptionsToolTip.IconImmediateToolTip Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-74184d84.md

latest2.7 KB
Original Source

BaseLayoutItemOptionsToolTip.IconImmediateToolTip Property

Gets or sets whether the tooltip for the layout item’s icon is displayed immediately or after a delay.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool IconImmediateToolTip { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(False)>
Public Property IconImmediateToolTip As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the tooltip is displayed immediately; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IconImmediateToolTip
BaseLayoutItem

.OptionsToolTip .IconImmediateToolTip

|

Remarks

If the IconImmediateToolTip property is set to true the tooltip is displayed immediately after an end-user hovers over the layout item’s icon with the mouse cursor. If the property is set to false the tooltip is displayed after a delay which is specified by the ToolTipController (see the ToolTipController.InitialDelay and ToolTipController.ReshowDelay properties).

The tooltip text for the layout item’s icon can be specified using the BaseLayoutItemOptionsToolTip.IconToolTip property.

See Also

IconToolTip

InitialDelay

ReshowDelay

BaseLayoutItemOptionsToolTip Class

BaseLayoutItemOptionsToolTip Members

DevExpress.XtraLayout Namespace