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.String

    Specifies the identifier of the custom Ribbon tab to be activated.

See Also

Reference

IRibbonUI Interface

IRibbonUI Members

Microsoft.Office.Core Namespace