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

◆ control() [2/3]

status_bar_panel & xtd::forms::status_bar_panel::control ( const xtd::forms::control value)

Sets the control to be displayed in the control status bar panel.

Parameters
valueA xtd::forms::control to be displayed in the control status bar panel. The default is std::nullopt.
Returns
This current instance.
Remarks
You can specify a xtd::forms::control to be displayed. This property is not used unless the xtd::forms::status_bar_panel::style property value is set to xtd::forms::status_bar_panel_style::control.