C# Класс SidebarLibrary.WinControls.ButtonEx

Summary description for VSNetButton.
Наследование: System.Windows.Forms.Button
Показать файл Открыть проект

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

Метод Описание
ButtonEx ( ) : System

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

Метод Описание
DrawBackground ( Graphics g, DrawState state ) : void
DrawButtonState ( Graphics g, DrawState state ) : void
DrawImage ( Graphics g, DrawState state, Image image, int x, int y ) : void
DrawText ( Graphics g, string Text, DrawState state, int x, int y ) : void
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void

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

Метод Описание
OnPaint ( PaintEventArgs pe ) : void

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

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

public ButtonEx ( ) : System
Результат System

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

protected DrawBackground ( Graphics g, DrawState state ) : void
g System.Drawing.Graphics
state DrawState
Результат void

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

protected DrawButtonState ( Graphics g, DrawState state ) : void
g System.Drawing.Graphics
state DrawState
Результат void

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

protected DrawImage ( Graphics g, DrawState state, Image image, int x, int y ) : void
g System.Drawing.Graphics
state DrawState
image Image
x int
y int
Результат void

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

protected DrawText ( Graphics g, string Text, DrawState state, int x, int y ) : void
g System.Drawing.Graphics
Text string
state DrawState
x int
y int
Результат void

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

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

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

protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void