C# Класс ComponentFactory.Krypton.Toolkit.KryptonCheckSet

Наследование: System.ComponentModel.Component, ISupportInitialize
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CheckButtonAdded void
CheckButtonRemoved void
OnCheckedChanged void
OnCheckedChanging void

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

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

Signals the object that initialization is starting.

EndInit ( ) : void

Signals the object that initialization is complete.

KryptonCheckSet ( ) : System

Initialize a new instance of the KryptonCheckSet class.

KryptonCheckSet ( IContainer container ) : System

Initialize a new instance of the KryptonCheckSet class.

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

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

Clean up any resources being used.

OnCheckedButtonChanged ( EventArgs e ) : void

Raises the CheckedButtonChanged event.

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

Метод Описание
CheckButtonAdded ( KryptonCheckButton checkButton ) : void
CheckButtonRemoved ( KryptonCheckButton checkButton ) : void
OnCheckedChanged ( object sender, EventArgs e ) : void
OnCheckedChanging ( object sender, CancelEventArgs e ) : void

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

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

Signals the object that initialization is starting.
public BeginInit ( ) : void
Результат 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

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

Signals the object that initialization is complete.
public EndInit ( ) : void
Результат void

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

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( ) : System
Результат System

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

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( IContainer container ) : System
container IContainer Container that owns the component.
Результат System

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

Raises the CheckedButtonChanged event.
protected OnCheckedButtonChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Результат void