_CommandBars.GetScreentipMso(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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