_CommandBars.GetLabelMso(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 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