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

◆ system_controls() [2/2]

static void xtd::forms::application::system_controls ( bool  value)
static

Sets a value indicating whether the system control is enabled.

Parameters
valuetrue if system control is enabled; otherwise false.
Exceptions
xtd::invalid_operation_exceptionIf this method is called after xtd::forms::application::run.
Remarks
By default, xtd uses the standard control (xtd::forms::control_appearance::standard) with this method you can change to force the use of system control (xtd::forms::control_appearance::system) instead.
The xtd::forms::control::control_appearance method can still be used to modify the control's appearance on the fly.