xtd
0.2.0
Loading...
Searching...
No Matches
◆
style()
[1/2]
xtd::forms::tool_bar_button_style
xtd::forms::tool_bar_button::style
(
)
const
noexcept
Gets the style of the toolbar button.
Returns
One of the
xtd::forms::tool_bar_button_style
values. The default is
xtd::forms::tool_bar_button_style::push_button
.
Remarks
If the button
xtd::forms::tool_bar_button::style
is set to xtd::forms::tool_bar_button::drop_down_button you can specify a xtd::forms::menu_contex to be displayed when the drop-down button is pressed. If the style is set to
xtd::forms::tool_bar_button_style::separator
, the toolbar button appears as a button separator and not as a button. The
xtd::forms::tool_bar_button_style::toggle_button
style causes the toolbar button to act like a toggle button; it can be in an on or off state. If the style is set to
xtd::forms::tool_bar_button_style::stretchable_separator
, the toolbar button appears as a stretchable button separator and not as a button. If the button
xtd::forms::tool_bar_button::style
is set to
xtd::forms::tool_bar_button::control
you can specify a
xtd::forms::control
to be displayed when the button.
xtd
forms
tool_bar_button
Generated on Sat Sep 14 2024 21:25:30 for xtd by
Gammasoft
. All rights reserved.