_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

Return Value

Type: System.String
String

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace