C# Класс DfBAdminToolkit.Common.Component.ButtonEx

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

Private Properties

Свойство Тип Описание
InitializeComponent void

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

Метод Описание
ButtonEx ( ) : System
GetRoundedRect ( RectangleF r, float radius ) : GraphicsPath

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

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

Clean up any resources being used.

OnClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs mevent ) : void
OnMouseUp ( MouseEventArgs mevent ) : void
OnPaint ( PaintEventArgs e ) : void
PaintCustomBackground ( PaintEventArgs e, Graphics g, Color tTopColorBegin, Color tTopColorEnd, Color tBottomColorBegin, Color tBottomColorEnd ) : void
PaintTransparentBackground ( Graphics g, Rectangle clipRect ) : void
TextAndImage ( Rectangle Rec, Graphics g, Color textColor ) : void

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

Метод Описание
InitializeComponent ( ) : void

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

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

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

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

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

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

GetRoundedRect() публичный статический Метод

public static GetRoundedRect ( RectangleF r, float radius ) : GraphicsPath
r System.Drawing.RectangleF
radius float
Результат System.Drawing.Drawing2D.GraphicsPath

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

protected OnClick ( 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

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

protected OnMouseMove ( MouseEventArgs mevent ) : void
mevent MouseEventArgs
Результат void

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

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

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

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

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

protected PaintCustomBackground ( PaintEventArgs e, Graphics g, Color tTopColorBegin, Color tTopColorEnd, Color tBottomColorBegin, Color tBottomColorEnd ) : void
e PaintEventArgs
g System.Drawing.Graphics
tTopColorBegin Color
tTopColorEnd Color
tBottomColorBegin Color
tBottomColorEnd Color
Результат void

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

protected PaintTransparentBackground ( Graphics g, Rectangle clipRect ) : void
g System.Drawing.Graphics
clipRect System.Drawing.Rectangle
Результат void

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

protected TextAndImage ( Rectangle Rec, Graphics g, Color textColor ) : void
Rec System.Drawing.Rectangle
g System.Drawing.Graphics
textColor Color
Результат void