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

◆ image_list() [2/2]

virtual tab_control & xtd::forms::tab_control::image_list ( const forms::image_list value)
virtual

Sets the images to display on the control's tabs.

Parameters
valueAn xtd::forms::image_list that specifies the images to display on the tabs.
Returns
Current tab_control instance.
Remarks
To display an image on a tab, set the image_index property of that xtd::forms::tab_page. The image_index acts as the index into the image_list.