Ribbon.AlwaysShowTabTitleTooltips property
Determines whether tab title tooltips should be shown always or only when the tab title is scaled down to the point that the title is illegible.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property AlwaysShowTabTitleTooltips As Boolean
Get
'Usage
Dim instance As Ribbon
Dim value As Boolean
value = instance.AlwaysShowTabTitleTooltips
public bool AlwaysShowTabTitleTooltips { get; }
Property value
Type: System.Boolean