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

◆ ui_effect_enabled()

static bool xtd::forms::system_information::ui_effect_enabled ( )
static

Gets a value indicating whether user interface (UI) effects are enabled or disabled.

Returns
true if UI effects are enabled; otherwise, false.
Remarks
UI effects include animation, fading, hot tracking, and smooth scrolling of system controls, and drawing a shadow under the mouse cursor. When UI effects are disabled, these features are disabled. When UI effects are enabled, only the effects configured as active for the current user are enabled.
The following table lists properties that indicate whether particular UI effects are enabled, if the value of this property is true:
Name Description
xtd::forms::system_information::is_combo_box_animation_enabled Indicates whether the slide-open effect for combo boxes is enabled.
xtd::forms::system_information::is_title_bar_gradient_enabled Indicates whether the gradient effect for window title bars is enabled.
xtd::forms::system_information::is_hot_tracking_enabled Indicates whether hot tracking of user-interface elements, such as menu names on menu bars, is enabled.
xtd::forms::system_information::is_list_box_smooth_scrolling_enabled Indicates whether the smooth-scrolling effect for list boxes is enabled.
xtd::forms::system_information::is_menu_animation_enabled Indicates whether menu fade or slide animation features are enabled.
xtd::forms::system_information::menu_access_keys_underlined Indicates whether menu access keys are always underlined.
xtd::forms::system_information::is_selection_fade_enabled Indicates whether the selection fade effect is enabled.
xtd::forms::system_information::is_tool_tip_animation_enabled Indicates whether ToolTip animation is enabled.