xtd 0.2.0
Loading...
Searching...
No Matches

◆ pushed() [1/2]

bool xtd::forms::tool_bar_button::pushed ( ) const
noexcept

Gets a value indicating whether a toggle-style toolbar button is currently in the pushed state.

Returns
rue if a toggle-style toolbar button is currently in the pushed state; otherwise, false. The default is false.
Remarks
When xtd::forms::tool_bar_button::pushed is set to true, the toolbar button appears sunken or inset relative to the other buttons. This property has no effect unless the xtd::forms::tool_bar_button::style is set to xtd::forms::tool_bar_button_style::toggle_button.