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.StringThe string identifier of the specified tab.
visibilityContext
Type: System.StringA string representation of the visibility context.