!--a11y-->
Web
Dynpro ToolBarButton API - IWDToolBarButton 
The ToolBarButton element is an pushbutton in a toolbar.
·
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. |
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
design |
IWDToolBarButton |
WDToolBarButtonDesign |
standard |
bindable |
No |
IWDUIElement |
boolean |
true |
bindable |
No |
|
IWDAbstractCaption |
String (TranslatableText) |
|
bindable |
No |
|
IWDAbstractCaption |
boolean |
true |
bindable |
No |
|
IWDAbstractCaption |
String |
|
bindable |
No |
|
IWDAbstractButton |
String (TranslatableText) |
|
bindable |
No |
|
IWDUIElement |
String (TranslatableText) |
|
bindable |
No |
|
IWDUIElement |
WDVisibility |
visible |
bindable |
No |
Method Name |
Parameter |
Return Value |
Short Description |
bindDesign |
(String path) |
|
Binds the value of the design property to the context element specified by the path. |
bindingOfDesign |
|
String |
Returns the path of the context element to which the design property is bound. Returns NULL if no binding exists. |
getDesign |
|
WDToolBarButtonDesign |
Returns the value of the design property. |
setDesign |
(WDToolBarButtonDesign design) |
|
Sets the value of the design property. |
Additional methods described in the following APIs are available using inheritance: IWDAbstractButton, IWDAbstractCaption, IWDUIElement, IWDViewElement.

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.
For further information, refer to Web Dynpro IWDToolBar API.
