5 #include "../forms_export.h" 12 #include <xtd/drawing/font> 13 #include <xtd/drawing/rectangle> 14 #include <xtd/drawing/size> 38 static int32 active_window_tracking_delay();
64 static int32 border_multiplier_factor();
82 static int32 caption_height();
86 static int32 caret_blink_time();
90 static int32 caret_width();
106 static bool dbcs_enabled();
110 static bool debug_os();
121 static int32 double_click_time();
126 static bool drag_full_windows();
142 static int32 font_smoothing_contrast();
146 static int32 font_smoothing_type();
158 static bool high_contrast();
163 static int32 horizontal_focus_thickness();
168 static int32 horizontal_resize_border_thickness();
172 static int32 horizontal_scroll_bar_arrow_width();
176 static int32 horizontal_scroll_bar_height();
180 static int32 horizontal_scroll_bar_thumb_width();
185 static int32 icon_horizontal_spacing();
199 static int32 icon_vertical_spacing();
204 static bool is_active_window_tracking_enabled();
210 static bool is_combo_box_animation_enabled();
214 static bool is_drop_shadow_enabled();
218 static bool is_flat_menu_enabled();
223 static bool is_font_smoothing_enabled();
228 static bool is_hot_tracking_enabled();
232 static bool is_icon_title_wrapping_enabled();
237 static bool is_keyboard_preferred();
242 static bool is_list_box_smooth_scrolling_enabled();
248 static bool is_menu_animation_enabled();
254 static bool is_menu_fade_enabled();
259 static bool is_minimize_restore_animation_enabled();
264 static bool is_operating_system_double_buffered();
269 static bool is_selection_fade_enabled();
274 static bool is_snap_to_default_enabled();
280 static bool is_title_bar_gradient_enabled();
286 static bool is_tool_tip_animation_enabled();
291 static int32 kanji_window_height();
297 static int32 keyboard_delay();
303 static int32 keyboard_speed();
313 static bool menu_access_keys_underlined();
338 static int32 menu_height();
343 static int32 menu_show_delay();
348 static bool mid_east_enabled();
377 static int32 monitor_count();
385 static bool monitors_same_display_format();
395 static bool mouse_buttons_swapped();
407 static int32 mouse_hover_time();
412 static bool mouse_present();
417 static int32 mouse_speed();
423 static bool Mouse_wheel_present();
428 static int32 mouse_wheel_scroll_delta();
434 static int32 mouse_wheel_scroll_lines();
440 static bool native_mouse_wheel_support();
446 static bool network();
451 static bool pen_windows();
472 static bool right_aligned_menus();
481 static bool secure();
487 static bool show_sounds();
491 static int32 sizing_border_width();
506 static bool terminal_server_session();
515 static int32 tool_window_caption_height();
531 static bool ui_effect_enabled();
542 static bool user_interactive();
551 static int32 vertical_focus_thickness();
556 static int32 vertical_scroll_bar_arrow_height();
561 static int32 vertical_scroll_bar_thumb_height();
565 static int32 vertical_scroll_bar_width();
Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited.
Definition: font.h:45
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
Contains xtd::forms::arrange_direction enum class.
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::forms::left_right_alignment enum class.
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Contains xtd::forms::screen_orientation enum class. Copyangle_90 (c) 2023 Gammasoft. All angle_90s reserved.
Stores a set of four integers that represent the location and size of a rectangle.
Definition: rectangle.h:44
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Contains xtd::forms::boot_mode enum class.
Contains xtd::forms::arrange_starting_position enum class.
Contains xtd::forms::power_status class.