C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckSet

Inheritance: System.ComponentModel.Component, ISupportInitialize
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description
CheckButtonAdded void
CheckButtonRemoved void
OnCheckedChanged void
OnCheckedChanging void

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCheckedButtonChanged ( EventArgs e ) : void

Raises the CheckedButtonChanged event.

Private Methods

Méthode Description
CheckButtonAdded ( KryptonCheckButton checkButton ) : void
CheckButtonRemoved ( KryptonCheckButton checkButton ) : void
OnCheckedChanged ( object sender, EventArgs e ) : void
OnCheckedChanging ( object sender, CancelEventArgs e ) : void

Method Details

BeginInit() public méthode

Signals the object that initialization is starting.
public BeginInit ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EndInit() public méthode

Signals the object that initialization is complete.
public EndInit ( ) : void
Résultat void

KryptonCheckSet() public méthode

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( ) : System
Résultat System

KryptonCheckSet() public méthode

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( IContainer container ) : System
container IContainer Container that owns the component.
Résultat System

OnCheckedButtonChanged() protected méthode

Raises the CheckedButtonChanged event.
protected OnCheckedButtonChanged ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void