Start of Content Area

Object documentation ToolBarButton API  Locate the document in its SAP Library structure

Definition

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

Description of Properties

·        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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

collapsible

IWDToolBarButton

boolean

false

bindable

No

design

IWDToolBarButton

WDToolBarButtonDesign

standard

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

imageFirst

IWDAbstractCaption

boolean

true

bindable

No

imageSource

IWDAbstractCaption

String

 

bindable

No

text

IWDAbstractButton

String (TranslatableText)

 

bindable

No

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

 

 

End of Content Area