C# Класс CodeVendor.Controls.Grouper

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

Private Properties

Свойство Тип Описание
GroupBox_Resize void
InitializeGroupBox void
InitializeStyles void
PaintBack void
PaintGroupText void

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

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

This method will construct a new GroupBox control.

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

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

This method will dispose of the GroupBox control.

OnPaint ( PaintEventArgs e ) : void

Overrides the OnPaint method to paint control.

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

Метод Описание
GroupBox_Resize ( object sender, EventArgs e ) : void

This method fires when the GroupBox resize event occurs.

InitializeGroupBox ( ) : void

This method will initialize the GroupBox control.

InitializeStyles ( ) : void

This method will initialize the controls custom styles.

PaintBack ( System g ) : void

This method will paint the control.

PaintGroupText ( System g ) : void

This method will paint the group title.

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

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

This method will dispose of the GroupBox control.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

This method will construct a new GroupBox control.
public Grouper ( ) : System
Результат System

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

Overrides the OnPaint method to paint control.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The paint event arguments.
Результат void