| Friendly Name | Button Captions |
|---|---|
| API Name | ButtonCaptionList |
| Type | List of Strings as (Item0 Item1 ...) |
| Restrictions | |
| Get Function | (dcl-Control-GetButtonCaptionList
<CONTROL>) |
| Set Function | (dcl-Control-SetButtonCaptionList
<CONTROL>
NewValue [as List of
Strings]) |
| Applies To | Option List |
This property contains a list of the text caption 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.