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