The text to appear in the button's tool tip popup.

Usage

Set_Property(OLECtrlEntID, "OLE.ToolTip", Text)

Values

Text can contain anything.

Default: ""

Remarks

Place text into this property if you want a tool tip popup to appear when the user floats over the button for a short period of time. If there is no text in this property, then a popup will not appear.

Example

// Set the button's tooltip text 
Set_Property(@Window:".OLE_BUTTON", "OLE.ToolTip", "This is my button's tool tip text."
  • No labels