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.StringThe string identifier of the specified tab.