_CommandBars.GetSupertipMso(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 supertip of the control identified by the idMso
parameter as a String.
public:
System::String ^ GetSupertipMso(System::String ^ idMso);
public string GetSupertipMso (string idMso);
abstract member GetSupertipMso : string -> string
Public Function GetSupertipMso (idMso As String) As String
Parameters
- idMso
- String
Identifier for the control.
Returns
String