_CommandBars.GetPressedMso(String) Method

Definition

Returns a value indicating whether the toggleButton control identified by the idMso parameter is pressed.

public:
 bool GetPressedMso(System::String ^ idMso);
public bool GetPressedMso (string idMso);
abstract member GetPressedMso : string -> bool
Public Function GetPressedMso (idMso As String) As Boolean

Parameters

idMso
String

Identifier for the control.

Returns

Boolean

Applies to