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

◆ control_appearance() [3/3]

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 from xtd::forms::control.