_CommandBars.ExecuteMso(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.
Executes the control identified by the idMso
parameter.
public:
void ExecuteMso(System::String ^ idMso);
public void ExecuteMso (string idMso);
abstract member ExecuteMso : string -> unit
Public Sub ExecuteMso (idMso As String)
Parameters
- idMso
- String
Identifier for the control.
Remarks
Note: The Microsoft Office Assistant has been deprecated in the 2007 release of the Microsoft Office system.
This method is useful in cases where there is no object model for a particular command. Works on controls that are built-in buttons, toggleButtons and splitButtons. On failure it returns E_InvalidArg for an invalid idMso
, and E_Fail for controls that are not enabled or not visible.