_CommandBars.GetScreentipMso(String) Method

Definition

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

public:
 System::String ^ GetScreentipMso(System::String ^ idMso);
public string GetScreentipMso (string idMso);
abstract member GetScreentipMso : string -> string
Public Function GetScreentipMso (idMso As String) As String

Parameters

idMso
String

Identifier for the control.

Returns

String

Applies to