_CommandBars.GetLabelMso(String) Method

Definition

Returns the label of the control identified by the idMso parameter as a String.

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

Parameters

idMso
String

Identifier for the control.

Returns

String

Applies to