| Friendly Name | Tab ToolTips |
|---|---|
| API Name | TabToolTipList |
| Type | List of Strings as (Tab0ToolTip Tab1ToolTip ...) |
| Restrictions | |
| Get Function | (dcl-Control-GetTabToolTipList
<CONTROL>) |
| Set Function | (dcl-Control-SetTabToolTipList
<CONTROL>
NewValue [as List of
Strings]) |
| Applies To | Tab Strip |
This property contains a list of the tooltip text for each tab.
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.