_CommandBars.GetLabelMso Method
Returns the label of the control identified by the idMso parameter as a String.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function GetLabelMso ( _
idMso As String _
) As String
'Usage
Dim instance As _CommandBars
Dim idMso As String
Dim returnValue As String
returnValue = instance.GetLabelMso(idMso)
string GetLabelMso(
string idMso
)
Parameters
idMso
Type: System.StringIdentifier for the control.
Return Value
Type: System.String
String