|
strong |
Specifies the button style within a toolbar.
Enumerator | |
---|---|
push_button | A standard, three-dimensional button. |
toggle_button | A toggle button that appears sunken when clicked and retains the sunken appearance until clicked again. |
separator | A space or line between toolbar buttons. The appearance depends on the value of the xtd::forms::tool_bar::appearance property. |
drop_down_button | A drop-down control that displays a menu or other window when clicked. |
stretchable_separator | A stretchable space with or without line between toolbar buttons. The appearance depends on the value of the xtd::forms::tool_bar::appearance property. |
control | Use to add any control to the toolbar. Using with xtd::forms::tool_bar_button::control property. |