C# Class VsNativeWindow, vsgesture

Inheritance: NativeWindow, IDisposable
ファイルを表示 Open project: powerumc/vsgesture

Private Properties

Property Type Description
OnClose void
VsNativeWindow System
VsNativeWindow System

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Initialize ( IntPtr handle ) : void
OnFocus ( ) : void
OnKeyDown ( KeyEventArgs args ) : void
OnKeyPress ( KeyPressEventArgs args ) : void
OnKeyUp ( KeyEventArgs args ) : void
OnLostFocus ( ) : void
OnMouseDown ( MouseEventArgs args ) : void
OnMouseMove ( MouseEventArgs args ) : void
OnMouseUp ( MouseEventArgs args ) : void
OnPaint ( PaintEventArgs args ) : void
OnResize ( ) : void
OnScroll ( ScrollEventArgs args ) : void
Onclose ( ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
OnClose ( ) : void
VsNativeWindow ( ) : System
VsNativeWindow ( IntPtr handle ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( IntPtr handle ) : void
handle IntPtr
return void

OnFocus() protected method

protected OnFocus ( ) : void
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs args ) : void
args KeyEventArgs
return void

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs args ) : void
args KeyPressEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs args ) : void
args KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs args ) : void
args MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs args ) : void
args MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs args ) : void
args MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs args ) : void
args PaintEventArgs
return void

OnResize() protected method

protected OnResize ( ) : void
return void

OnScroll() protected method

protected OnScroll ( ScrollEventArgs args ) : void
args ScrollEventArgs
return void

Onclose() protected method

protected Onclose ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void