| Friendly Name | Button ToolTips |
|---|---|
| API Name | ButtonToolTipList |
| Type | List of Strings as (Button0ToolTip Button1ToolTip ...) |
| Restrictions | |
| Get Function | (dcl-Control-GetButtonToolTipList
<CONTROL>) |
| Set Function | (dcl-Control-SetButtonToolTipList
<CONTROL>
NewValue [as List of
Strings]) |
| Applies To | Option List |
This property contains a list of the tooltip text for each option in the list.
In AutoLISP this property is a list of strings, for example
("Item0" "Item1" "Item2").
In OpenDCL Studio's property pane, enter the same items as one string
with values separated by vertical bar (|) characters, for example
Item0|Item1|Item2.