Contains settings native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
|
static int32 | active_window_tracking_delay () |
| Gets the active window tracking delay.
|
|
static int32 | arrange_direction () |
| Gets a value that indicates the direction in which the operating system arranges minimized windows.
|
|
static int32 | arrange_starting_position () |
| Gets an ArrangeStartingPosition value that indicates the starting position from which the operating system arranges minimized windows.
|
|
static int32 | boot_mode () |
| Gets a BootMode value that indicates the boot mode the system was started in.
|
|
static xtd::drawing::size | border_3d_size () |
| Gets the thickness, in pixels, of a three-dimensional (3-D) style window or system control border.
|
|
static int32 | border_multiplier_factor () |
| Gets the border multiplier factor that is used when determining the thickness of a window's sizing border.
|
|
static xtd::drawing::size | border_size () |
| Gets the thickness, in pixels, of a flat-style window or system control border.
|
|
static xtd::drawing::size | caption_button_size () |
| Gets the standard size, in pixels, of a button in a window's title bar.
|
|
static int32 | caption_height () |
| Gets the height, in pixels, of the standard title bar area of a window.
|
|
static int32 | caret_blink_time () |
| Gets the caret blink time.
|
|
static int32 | caret_width () |
| Gets the width, in pixels, of the caret in edit controls.
|
|
static xtd::string | computer_name () |
| Gets the NetBIOS computer name of the local computer.
|
|
static xtd::drawing::size | cursor_size () |
| Gets the maximum size, in pixels, that a cursor can occupy.
|
|
static bool | dbcs_enabled () |
| Gets a value indicating whether the operating system is capable of handling double-byte character set (DBCS) characters.
|
|
static bool | debug_os () |
| Gets a value indicating whether the debug version of USER.EXE is installed.
|
|
static xtd::drawing::size | double_click_size () |
| Gets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.
|
|
static int32 | double_click_time () |
| Gets the maximum number of milliseconds that can elapse between a first click and a second click for the OS to consider the mouse action a double-click.
|
|
static bool | drag_full_windows () |
| Gets a value indicating whether the user has enabled full window drag.
|
|
static xtd::drawing::size | drag_size () |
| Gets the width and height of a rectangle centered on the point the mouse button was pressed, within which a drag operation will not begin.
|
|
static xtd::drawing::size | fixed_frame_border_size () |
| Gets the thickness, in pixels, of the frame border of a window that has a caption and is not resizable.
|
|
static int32 | font_smoothing_contrast () |
| Gets the font smoothing contrast value used in ClearType smoothing.
|
|
static int32 | font_smoothing_type () |
| Gets the current type of font smoothing.
|
|
static xtd::drawing::size | frame_border_size () |
| Gets the thickness, in pixels, of the resizing border that is drawn around the perimeter of a window that is being drag resized.
|
|
static bool | is_operating_system_double_buffered () |
| Gets the operating system is natively double buffered.
|
|