SystemInformation

SystemInformation struct

Dummy class to make translated code that uses SystemInformation class compilable. Methods are not implemented. This is a static type with no instance services. You should never create instances of it by any means.

class SystemInformation

Methods

MethodDescription
static int get_ActiveWindowTrackingDelay()NOT IMPLEMENTED.
static System::Drawing::Size get_Border3DSize()NOT IMPLEMENTED.
static int get_BorderMultiplierFactor()NOT IMPLEMENTED.
static System::Drawing::Size get_BorderSize()NOT IMPLEMENTED.
static System::Drawing::Size get_CaptionButtonSize()NOT IMPLEMENTED.
static int get_CaptionHeight()NOT IMPLEMENTED.
static int get_CaretBlinkTime()NOT IMPLEMENTED.
static int get_CaretWidth()NOT IMPLEMENTED.
static System::String get_ComputerName()NOT IMPLEMENTED.
static System::Drawing::Size get_CursorSize()NOT IMPLEMENTED.
static bool get_DbcsEnabled()NOT IMPLEMENTED.
static bool get_DebugOS()NOT IMPLEMENTED.
static System::Drawing::Size get_DoubleClickSize()NOT IMPLEMENTED.
static int get_DoubleClickTime()NOT IMPLEMENTED.
static bool get_DragFullWindows()NOT IMPLEMENTED.
static System::Drawing::Size get_DragSize()NOT IMPLEMENTED.
static System::Drawing::Size get_FixedFrameBorderSize()NOT IMPLEMENTED.
static int get_FontSmoothingContrast()NOT IMPLEMENTED.
static int get_FontSmoothingType()NOT IMPLEMENTED.
static System::Drawing::Size get_FrameBorderSize()NOT IMPLEMENTED.
static bool get_HighContrast()NOT IMPLEMENTED.
static int get_HorizontalFocusThickness()NOT IMPLEMENTED.
static int get_HorizontalResizeBorderThickness()NOT IMPLEMENTED.
static int get_HorizontalScrollBarArrowWidth()NOT IMPLEMENTED.
static int get_HorizontalScrollBarHeight()NOT IMPLEMENTED.
static int get_HorizontalScrollBarThumbWidth()NOT IMPLEMENTED.
static int get_IconHorizontalSpacing()NOT IMPLEMENTED.
static System::Drawing::Size get_IconSize()NOT IMPLEMENTED.
static System::Drawing::Size get_IconSpacingSize()NOT IMPLEMENTED.
static int get_IconVerticalSpacing()NOT IMPLEMENTED.
static bool get_IsActiveWindowTrackingEnabled()NOT IMPLEMENTED.
static bool get_IsComboBoxAnimationEnabled()NOT IMPLEMENTED.
static bool get_IsDropShadowEnabled()NOT IMPLEMENTED.
static bool get_IsFlatMenuEnabled()NOT IMPLEMENTED.
static bool get_IsFontSmoothingEnabled()NOT IMPLEMENTED.
static bool get_IsHotTrackingEnabled()NOT IMPLEMENTED.
static bool get_IsIconTitleWrappingEnabled()NOT IMPLEMENTED.
static bool get_IsKeyboardPreferred()NOT IMPLEMENTED.
static bool get_IsListBoxSmoothScrollingEnabled()NOT IMPLEMENTED.
static bool get_IsMenuAnimationEnabled()NOT IMPLEMENTED.
static bool get_IsMenuFadeEnabled()NOT IMPLEMENTED.
static bool get_IsMinimizeRestoreAnimationEnabled()NOT IMPLEMENTED.
static bool get_IsSelectionFadeEnabled()NOT IMPLEMENTED.
static bool get_IsSnapToDefaultEnabled()NOT IMPLEMENTED.
static bool get_IsTitleBarGradientEnabled()NOT IMPLEMENTED.
static bool get_IsToolTipAnimationEnabled()NOT IMPLEMENTED.
static int get_KanjiWindowHeight()NOT IMPLEMENTED.
static int get_KeyboardDelay()NOT IMPLEMENTED.
static int get_KeyboardSpeed()NOT IMPLEMENTED.
static System::Drawing::Size get_MaxWindowTrackSize()NOT IMPLEMENTED.
static bool get_MenuAccessKeysUnderlined()NOT IMPLEMENTED.
static System::Drawing::Size get_MenuBarButtonSize()NOT IMPLEMENTED.
static System::Drawing::Size get_MenuButtonSize()NOT IMPLEMENTED.
static System::Drawing::Size get_MenuCheckSize()NOT IMPLEMENTED.
static System::SharedPtr<System::Drawing::Font> get_MenuFont()NOT IMPLEMENTED.
static int get_MenuHeight()NOT IMPLEMENTED.
static int get_MenuShowDelay()NOT IMPLEMENTED.
static bool get_MidEastEnabled()NOT IMPLEMENTED.
static System::Drawing::Size get_MinimizedWindowSize()NOT IMPLEMENTED.
static System::Drawing::Size get_MinimizedWindowSpacingSize()NOT IMPLEMENTED.
static System::Drawing::Size get_MinimumWindowSize()NOT IMPLEMENTED.
static System::Drawing::Size get_MinWindowTrackSize()NOT IMPLEMENTED.
static int get_MonitorCount()NOT IMPLEMENTED.
static bool get_MonitorsSameDisplayFormat()NOT IMPLEMENTED.
static int get_MouseButtons()NOT IMPLEMENTED.
static bool get_MouseButtonsSwapped()NOT IMPLEMENTED.
static System::Drawing::Size get_MouseHoverSize()NOT IMPLEMENTED.
static int get_MouseHoverTime()NOT IMPLEMENTED.
static bool get_MousePresent()NOT IMPLEMENTED.
static int get_MouseSpeed()NOT IMPLEMENTED.
static bool get_MouseWheelPresent()NOT IMPLEMENTED.
static int get_MouseWheelScrollDelta()NOT IMPLEMENTED.
static int get_MouseWheelScrollLines()NOT IMPLEMENTED.
static bool get_NativeMouseWheelSupport()NOT IMPLEMENTED.
static bool get_Network()NOT IMPLEMENTED.
static bool get_PenWindows()NOT IMPLEMENTED.
static System::Drawing::Size get_PrimaryMonitorMaximizedWindowSize()NOT IMPLEMENTED.
static System::Drawing::Size get_PrimaryMonitorSize()NOT IMPLEMENTED.
static bool get_RightAlignedMenus()NOT IMPLEMENTED.
static bool get_Secure()NOT IMPLEMENTED.
static bool get_ShowSounds()NOT IMPLEMENTED.
static int get_SizingBorderWidth()NOT IMPLEMENTED.
static System::Drawing::Size get_SmallCaptionButtonSize()NOT IMPLEMENTED.
static System::Drawing::Size get_SmallIconSize()NOT IMPLEMENTED.
static bool get_TerminalServerSession()NOT IMPLEMENTED.
static System::Drawing::Size get_ToolWindowCaptionButtonSize()NOT IMPLEMENTED.
static int get_ToolWindowCaptionHeight()NOT IMPLEMENTED.
static bool get_UIEffectsEnabled()NOT IMPLEMENTED.
static System::String get_UserDomainName()NOT IMPLEMENTED.
static bool get_UserInteractive()NOT IMPLEMENTED.
static System::String get_UserName()NOT IMPLEMENTED.
static int get_VerticalFocusThickness()NOT IMPLEMENTED.
static int get_VerticalResizeBorderThickness()NOT IMPLEMENTED.
static int get_VerticalScrollBarArrowHeight()NOT IMPLEMENTED.
static int get_VerticalScrollBarThumbHeight()NOT IMPLEMENTED.
static int get_VerticalScrollBarWidth()NOT IMPLEMENTED.
static System::Drawing::Rectangle get_VirtualScreen()NOT IMPLEMENTED.
static System::Drawing::Rectangle get_WorkingArea()NOT IMPLEMENTED.

See Also