IRibbonUI.ActivateTab(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates the specified custom tab.
public:
void ActivateTab(System::String ^ ControlID);
public void ActivateTab (string ControlID);
abstract member ActivateTab : string -> unit
Public Sub ActivateTab (ControlID As String)
Parameters
- ControlID
- String
Specifies the identifier of the custom Ribbon tab to be activated.