_CommandBars.GetScreentipMso Method

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function GetScreentipMso ( _
    idMso As String _
) As String
'Usage
Dim instance As _CommandBars
Dim idMso As String
Dim returnValue As String

returnValue = instance.GetScreentipMso(idMso)
string GetScreentipMso(
    string idMso
)

Parameters

Return Value

Type: System.String
String

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace