IRibbonUI.ActivateTabQ(String, 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 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.