_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
idMso
Type: System.StringIdentifier for the control.
Return Value
Type: System.String
String