C# Class ComponentFactory.Krypton.Toolkit.KryptonCheckSet

Inheritance: System.ComponentModel.Component, ISupportInitialize
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description
CheckButtonAdded void
CheckButtonRemoved void
OnCheckedChanged void
OnCheckedChanging void

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCheckedButtonChanged ( EventArgs e ) : void

Raises the CheckedButtonChanged event.

Private Methods

Method 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 method

Signals the object that initialization is starting.
public BeginInit ( ) : void
return void

Dispose() protected method

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

EndInit() public method

Signals the object that initialization is complete.
public EndInit ( ) : void
return void

KryptonCheckSet() public method

Initialize a new instance of the KryptonCheckSet class.
public KryptonCheckSet ( ) : System
return System

KryptonCheckSet() public method

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

OnCheckedButtonChanged() protected method

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