IRibbonUI.ActivateTabQ(String, String) Method

Definition

Activates the specified custom tab on the Microsoft Office Fluent Ribbon UI. Uses the fully qualified name of the tab which includes the identifier and the namespace of the tab.

public:
 void ActivateTabQ(System::String ^ ControlID, System::String ^ Namespace);
public void ActivateTabQ (string ControlID, string Namespace);
abstract member ActivateTabQ : string * string -> unit
Public Sub ActivateTabQ (ControlID As String, Namespace As String)

Parameters

ControlID
String

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

Namespace
String

Specifies the namespace of the tab element.

Applies to