IRibbonUI.ActivateTab Method
Activates the specified custom tab.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub ActivateTab ( _
ControlID As String _
)
'Usage
Dim instance As IRibbonUI
Dim ControlID As String
instance.ActivateTab(ControlID)
void ActivateTab(
string ControlID
)
Parameters
ControlID
Type: System.StringSpecifies the identifier of the custom Ribbon tab to be activated.