_CommandBars.GetEnabledMso(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.
Returns True if the control identified by the idMso
parameter is enabled.
public:
bool GetEnabledMso(System::String ^ idMso);
public bool GetEnabledMso (string idMso);
abstract member GetEnabledMso : string -> bool
Public Function GetEnabledMso (idMso As String) As Boolean
Parameters
- idMso
- String
Identifier for the control.
Returns
Boolean