C# Class gInk.FormButtonHitter

Inheritance: System.Windows.Forms.Form
Mostra file Open project: geovens/gInk Class Usage Examples

Public Methods

Method Description
FormButtonHitter ( Root root ) : System
ToTopMost ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FormButtonHitter_Click ( object sender, EventArgs e ) : void
GetWindowLong ( IntPtr hWnd, int nIndex ) : UInt32
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetLayeredWindowAttributes ( IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags ) : bool
SetWindowLong ( IntPtr hWnd, int nIndex, UInt32 dwNewLong ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormButtonHitter() public method

public FormButtonHitter ( Root root ) : System
root Root
return System

ToTopMost() public method

public ToTopMost ( ) : void
return void