Share via


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.

See Also

Reference

Ribbon Class

Ribbon Members

Microsoft.Web.CommandUI Namespace