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

◆ control_appearance() [2/2]

virtual control & xtd::forms::control::control_appearance ( xtd::forms::control_appearance  value)
virtual

Sets control appearance.

Parameters
valueOne of xtd::forms::control_appearance values. THe default is xtd::forms::control_appearance::standard.
Remarks
The control appearance determine how the control is drawed :
  • xtd::control::control_appearance::standard : The appearance of the control is determined by current theme of xtd.
  • xtd::control::control_appearance::system : The appearance of the control is determined by the user's operating system.

Reimplemented in xtd::forms::button_base, xtd::forms::group_box, xtd::forms::label, xtd::forms::loading_indicator, xtd::forms::button_base, xtd::forms::group_box, xtd::forms::label, and xtd::forms::loading_indicator.