Show TOC

Object documentationToolBarButton Locate this document in the navigation structure

 

The ToolBarButton element (IWDToolBarButton) is a pushbutton in a toolbar.

Description of Properties
  • activateAccessKey

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

  • collapsible

    Specifies whether the ToolBarButton can be collapsed.

  • design

    Specifies the design of the ToolBarButton element.

    The design property can be filled with the following values and is represented by the enumeration type WDToolBarButtonDesign.

    next

    Display of a toolbar button that refers to a subsequent step.

    previous

    Display of a toolbar button that refers to a previous step.

    standard

    Displays the toolbar button with default background and default text color.

  • hotkey

    specifies the key combination that triggers the onAction event. The value is defined as enumeration type WDHotKey.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

activateAccessKey

IWDAbstractButton

boolean

false

not bindable

collapsible

IWDToolBarButton

boolean

false

bindable

design

IWDToolBarButton

WDToolBarButtonDesign

standard

bindable

enabled

IWDUIElement

boolean

true

bindable

hotkey

IWDAbstractButton

WDHotkey

none

not bindable

imageFirst

IWDAbstractCaption

boolean

true

bindable

imageSource

IWDAbstractCaption

String

bindable

text

IWDAbstractButton

String (TranslatableText)

bindable

tooltip

IWDUIElement

String (TranslatableText)

bindable

visible

IWDUIElement

WDVisibility

visible

bindable