Ribbon.HasAvailableTabs property
Gets whether there are tabs available on the Server ribbon or not.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property HasAvailableTabs As Boolean
Get
'Usage
Dim instance As Ribbon
Dim value As Boolean
value = instance.HasAvailableTabs
public bool HasAvailableTabs { get; }
Property value
Type: System.Boolean
true if there are tabs available on the ribbon; otherwise, false.