ButtonChoiceLocate this document in the navigation structure

A ButtonChoice 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:

repeatedAction

Description of UI Element Properties
  • activateAccessKey

    Indicates whether access key for this control is activated. More information: Enabling Access Keys

  • imageSource

    Specifies the Web address (URL) of the symbol to be displayed.

  • 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 ButtonChoice.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

activateAccessKey

IWDAbstractActionChoice

boolean

false

not 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