C# Класс UIToolbox.CheckGroupBox

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

Private Properties

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

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

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

CheckGroupBox public constructor.

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

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

Clean up any resources being used.

OnCheckStateChanged ( EventArgs e ) : void

Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.

OnCheckedChanged ( EventArgs e ) : void

Raises the System.Windows.Forms.CheckBox.checkBox_CheckedChanged event.

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

Метод Описание
CheckGroupBox_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
InitializeComponent ( ) : void

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

checkBox_CheckStateChanged ( object sender, EventArgs e ) : void
checkBox_CheckedChanged ( object sender, EventArgs e ) : void

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

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

CheckGroupBox public constructor.
public CheckGroupBox ( ) : 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

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

Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.
protected OnCheckStateChanged ( EventArgs e ) : void
e System.EventArgs An System.EventArgs that contains the event data.
Результат void

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

Raises the System.Windows.Forms.CheckBox.checkBox_CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e EventArgs An System.EventArgs that contains the event data.
Результат void