C# Класс gInk.FormButtonHitter

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FormButtonHitter ( Root root ) : System
ToTopMost ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FormButtonHitter() публичный Метод

public FormButtonHitter ( Root root ) : System
root Root
Результат System

ToTopMost() публичный Метод

public ToTopMost ( ) : void
Результат void