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

◆ control_appearance() [2/3]

virtual forms::control_appearance xtd::forms::control::control_appearance ( ) const
virtualnoexcept

Gets control appearance.

Returns
One 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.