Ribbon.MakeTabAvailable method (String)

Adds the specified tab to the list of available tabs based on the specified tab identifier.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Sub MakeTabAvailable ( _
    tabId As String _
)
'Usage
Dim instance As Ribbon
Dim tabId As String

instance.MakeTabAvailable(tabId)
public void MakeTabAvailable(
    string tabId
)

Parameters

  • tabId
    Type: System.String

    The string identifier of the specified tab.

See also

Reference

Ribbon class

Ribbon members

MakeTabAvailable overload

Microsoft.Web.CommandUI namespace