NavBarControl.GetToolTipController() Method
Returns the tooltip controller component that controls the appearance, position and content of the hints displayed by the XtraNavBar control.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
ToolTipController | A ToolTipController component which controls the appearance and behavior of the hints displayed by the XtraNavBar control. |
Remarks
The tooltip controller is specified by the NavBarControl.ToolTipController property. If this property isn’t specified, the GetToolTipController method returns the default tooltip controller which can be accessed via the ToolTipController.DefaultController static member.
See Also