ITooltip80
This interface provides access to the text property of the tooltip object.
|
Properties |
|
|
Gets and sets the text that appears in the 3D Window when the mouse cursor is placed above the object. |
Text
Gets and sets the text that appears in the 3D Window when the mouse cursor is placed above the object.
JavaScript |
|
Text |
C# |
|
string Text { get; set; } |
C++ |
|
HRESULT Text([out, retval] BSTR* pVal) HRESULT Text([in] BSTR pVal) |