_CommandBars.GetEnabledMso(String) Method

Definition

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

Applies to