Class GestureInfoHelper
Inheritance
System.Object
GestureInfoHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public static class GestureInfoHelper
Properties
SupportsGestures
Declaration
public static bool SupportsGestures { get; set; }
Property Value
System.Boolean
|
Methods
GetGestureInfo(IntPtr, ref GESTUREINFO)
Declaration
public static bool GetGestureInfo(IntPtr hGestureInfo, ref GESTUREINFO pGestureInfo)
Parameters
System.IntPtr
hGestureInfo
|
GESTUREINFO
pGestureInfo
|
Returns
System.Boolean
|