Show TOC

ToolBarLinkChoiceLocate this document in the navigation structure

Use

A ToolBar LinkChoice is a button inside a tool bar that provides a selection of different options via a small triangle symbol.

Example of a visual display:

Description of UI Element Properties

  • activateAccessKey

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

  • collapsible

    Specifies whether the ToolBarLinkChoice can be collapsed

  • imageSource

    defines the path to the image source. More information: Specifying the Image Source

  • text

    describes the text for the ToolBarLinkChoice

Properties Overview

Name

Interface

Type

Initial value

Bindable

activateAccessKey

IWDAbstractActionChoice

boolean

false

not bindable

collapsible

IWDToolBarLinkChoice

boolean

false

bindable

contextMenuBehaviour

IWDContextMenuProvider

WDContextMenuBehaviour

inherit

not bindable

contextMenuId

IWDContextMenuProvider

String

not bindable

enabled

IWDUIElement

boolean

true

bindable

imageSource

IWDAbstractActionChoice

String

bindable

text

IWDAbstractActionChoice

String

bindable

tooltip

IWDUIElement

String

bindable

visible

IWDUIElement

WDVisibility

visible

bindable