Back to Devexpress

WindowsUIButtonPanel.ToolTipController Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-24b7dc02.md

latest2.1 KB
Original Source

WindowsUIButtonPanel.ToolTipController Property

Gets or sets an object that controls the tool-tips for the current WindowsUIButtonPanel‘s buttons.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual ToolTipController ToolTipController { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property ToolTipController As ToolTipController

Property Value

TypeDefaultDescription
ToolTipControllernull

A ToolTipController object that controls the tool-tips for the current WindowsUIButtonPanel‘s buttons.

|

Remarks

Use the ToolTipController property to access advanced tool-tip settings common to all WindowsUIButtons within the current WindowsUIButtonPanel, such as show delay, icon size or on-click behavior. Regular and super tool-tips can be assigned to WindowsUIButtons via their ToolTip and SuperTip properties respectively.

See Also

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace