xtd
0.2.0
Loading...
Searching...
No Matches
◆
buttons()
[1/2]
const
tool_bar_button_collection
& xtd::forms::tool_bar::buttons
(
)
const
noexcept
Gets the collection of
xtd::forms::tool_bar_button
controls assigned to the toolbar control.
Returns
A
xtd::forms::tool_bar::tool_bar_button_collection
that contains a collection of
xtd::forms::tool_bar_button
controls.
Remarks
The xtd::forms::tool_bar::item property is a zero-based indexed collection used to hold all the
xtd::forms::tool_bar_button
controls assigned to the toolbar. Because the property is read-only, it can not be assigned a collection of toolbar buttons directly. Toolbar item can be added or removed by using the methods inherited from the
xtd::forms::tool_bar::tool_bar_button_collection
class. Use the
xtd::forms::tool_bar::tool_bar_button_collection::push_back
method to add individual buttons and the
xtd::forms::tool_bar::tool_bar_button_collection::erase
method to delete a item. Call the
xtd::forms::tool_bar::tool_bar_button_collection::clear
method to remove all the buttons from the collection.
xtd
forms
tool_bar
Generated on Sat Sep 14 2024 21:25:29 for xtd by
Gammasoft
. All rights reserved.