Back to Devexpress

TabFormControlBase.ShowToolTips Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-c67097b6.md

latest3.0 KB
Original Source

TabFormControlBase.ShowToolTips Property

Gets or sets whether to display hints for tab form pages.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("ToolTip")]
public DefaultBoolean ShowToolTips { get; set; }
vb
<DXCategory("ToolTip")>
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowToolTips As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value that specifies whether to display hints for tab form pages.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

If the ShowToolTips property is set to Default or False , hints are not displayed. Set this property to True to display hints for tab form pages. A hint is displayed when a tab is hovered over with the mouse pointer. See the figure below.

By default, hints contain page captions specified using the TabFormPage.Text property. This may be useful if a caption is not visible in its entirety within a tab, as in the figure above. However, you can specify a custom SuperToolTip for a tab form page using the TabFormPage.SuperTip property.

By default, tooltips are controlled by the default ToolTipController accessible using the DefaultToolTipController component. You can provide a custom controller for tab form page hints using the TabFormControlBase.ToolTipController property. See Hints and Tooltips for details.

See Also

ToolTipController

SuperTip

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace