menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SystemInformation - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SystemInformation

    Wraps native method calls to determine system settings.

    Inheritance
    System.Object
    SystemInformation
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.GridCommon
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public class SystemInformation

    Constructors

    SystemInformation()

    Declaration
    public SystemInformation()

    Properties

    DoubleClickSize

    Gets the size of the double click area.

    Declaration
    public static Size DoubleClickSize { get; }
    Property Value
    Type Description
    System.Windows.Size

    The size of the double click.

    DoubleClickTime

    Gets the double click time.

    Declaration
    public static int DoubleClickTime { get; }
    Property Value
    Type Description
    System.Int32

    The double click time.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved