Back to Devexpress

BarItem.DropDownSuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-6351dde8.md

latest2.2 KB
Original Source

BarItem.DropDownSuperTip Property

Gets or sets a SuperToolTip object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
public SuperToolTip DropDownSuperTip { get; set; }
vb
<DXCategory("Appearance")>
<SupportedByBarManager(SupportedByBarManagerKind.NonSupported)>
Public Property DropDownSuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object that specifies a tooltip for a separate dropdown button.

|

Remarks

This property is in effect for bar button items that display a separate dropdown arrow. The tooltip assigned to the DropDownSuperTip property is displayed when hovering over this arrow. Hovering over the remaining part of the button item displays the tooltip specified by the BarItem.SuperTip property. See Hints and Tooltips, to learn about SuperToolTips.

To display a separate dropdown arrow for a button item, set the BarButtonItem.ButtonStyle property to BarButtonStyle.DropDown.

See Also

SuperTip

ButtonStyle

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace