Share via


Ribbon.MakeTabAvailable method (String, String)

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

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

Syntax

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

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

Parameters

  • tabId
    Type: System.String

    The string identifier of the specified tab.

  • visibilityContext
    Type: System.String

    A string representation of the visibility context.

See also

Reference

Ribbon class

Ribbon members

MakeTabAvailable overload

Microsoft.Web.CommandUI namespace