Property | Type | Description | |
---|---|---|---|
CheckButtonAdded | void | ||
CheckButtonRemoved | void | ||
OnCheckedChanged | void | ||
OnCheckedChanging | void |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCheckedButtonChanged ( |
Raises the CheckedButtonChanged event.
|
Method | Description | |
---|---|---|
CheckButtonAdded ( |
||
CheckButtonRemoved ( |
||
OnCheckedChanged ( object sender, |
||
OnCheckedChanging ( object sender, CancelEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public KryptonCheckSet ( IContainer container ) : System | ||
container | IContainer | Container that owns the component. |
return | System |
protected OnCheckedButtonChanged ( |
||
e | An EventArgs containing the event data. | |
return | void |