windowsforms-devexpress-dot-xtrabars-dot-baritem-6351dde8.md
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
[DXCategory("Appearance")]
[SupportedByBarManager(SupportedByBarManagerKind.NonSupported)]
public SuperToolTip DropDownSuperTip { get; set; }
<DXCategory("Appearance")>
<SupportedByBarManager(SupportedByBarManagerKind.NonSupported)>
Public Property DropDownSuperTip As SuperToolTip
| Type | Description |
|---|---|
| SuperToolTip |
A SuperToolTip object that specifies a tooltip for a separate dropdown button.
|
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