C# Class gInk.FormButtonHitter

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: geovens/gInk Class Usage Examples

Méthodes publiques

Méthode Description
FormButtonHitter ( Root root ) : System
ToTopMost ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

FormButtonHitter() public méthode

public FormButtonHitter ( Root root ) : System
root Root
Résultat System

ToTopMost() public méthode

public ToTopMost ( ) : void
Résultat void