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
value
true if system control is enabled; otherwise false.
Exceptions
xtd::invalid_operation_exception
If 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.
xtd
forms
application
Generated on Sat Sep 7 2024 06:18:35 for xtd by
Gammasoft
. All rights reserved.