SetGestureConfig() public static method

Registers the HWND to receive all gestures.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd353231%28v=vs.85%29.aspx
public static SetGestureConfig ( IntPtr hwnd ) : bool
hwnd System.IntPtr The HWND.
return bool
Beispiel #1
0
 private void Initialize(Control parent)
 {
     AssignHandle(parent.Handle);
     NativeMethods.SetGestureConfig(parent.Handle, m_configs);
 }