ToolBarButtonChoice
A ToolBarButtonChoice is a button that offers to choose among several options via a small triangle symbol, as is illustrated in the following figure.

If the user clicks on the triangle symbol, a menu opens from which an action can be selected. When the user has selected an action, this action is set to the button and can then be executed by the user. The repeatSelectedAction property makes it possible that the last selected action remains on the button after execution of an action:

● activateAccessKey
Indicates whether access key for this control is activated. More information: Enabling Access Keys
● collapsible
Specifies whether the ToolBarButtonChoice can be collapsed.
● imageSource
defines the path to the icon source. More information: Specifying the Image Source
● repeatSelectedAction
Determines that the last selected action remains assigned to the button as long as there is no other one selected.
● selectedActionItem
Determines the selected action element.
● text
Determines the labeling of the ToolBarButtonChoice.
Name |
Interface |
Type |
Initial Value |
Bindable |
activateAccessKey |
IWDAbstractActionChoice |
boolean |
false |
not bindable |
collapsible |
IWDToolBarButtonChoice |
boolean |
false |
bindable |
enabled |
IWDUIElement |
boolean |
true |
bindable |
imageSource |
IWDAbstractActionChoice |
String |
|
bindable |
repeatSelectedAction |
IWDAbstractButtonChoice |
boolean |
true |
bindable |
selectedActionItem |
IWDAbstractButtonChoice |
String |
|
bindable |
text |
IWDAbstractActionChoice |
String |
|
bindable |
tooltip |
IWDUIElement |
String |
|
bindable |
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |