C# Class Umc.Core.Tools.VSGesture.Shell.GestureNativeWindow

Inheritance: VsNativeWindow, IDisposable
Exibir arquivo Open project: powerumc/vsgesture Class Usage Examples

Public Methods

Method Description
GestureNativeWindow ( IntPtr handler ) : System

Private Methods

Method Description
GestureNativeWindow_MouseDown ( object sender, CancelableMouseEventArgs e ) : void
GestureNativeWindow_MouseMove ( object sender, MouseEventArgs e ) : void
GestureNativeWindow_MouseUp ( object sender, CancelableMouseEventArgs e ) : void
IDisposable ( ) : void
init ( ) : void

Method Details

GestureNativeWindow() public method

public GestureNativeWindow ( IntPtr handler ) : System
handler System.IntPtr
return System