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

◆ image_list() [1/3]

const xtd::forms::image_list & xtd::forms::tool_bar::image_list ( ) const
noexcept

Gets the collection of images available to the toolbar button controls.

Returns
An xtd::forms::image_list that contains images available to the xtd::forms::tool_bar_button controls. The default is empty.
Remarks
If you create an xtd::drawing::image_list and assign it to the xtd::forms::toll_bar::image_list property, you can assign an image from the collection to the xtd:forms::tool_bar_button controls by assigning the image's index value to the xtd:forms::tool_bar_button::image_index property of the toolbar button.