Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.