ToolBarSeparator
This UI element is used for the optical separation of UI elements within a ToolBar.

To enable the development of accessible applications, the tooltip property is not checked during the syntax check.
Runtime Class |
CL_WD_TOOLBAR_SEPARATOR |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
STRING |
(automatic) |
No |
|
WDY_BOOLEAN |
false |
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
COLLAPSIBLE |
WDY_BOOLEAN |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-VISIBLE |
|