Class SystemInformation
Wraps native method calls to determine system settings.
Inheritance
System.Object
SystemInformation
Namespace: Syncfusion.Windows.GridCommon
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class SystemInformation : Object
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. |