Property | Type | Description | |
---|---|---|---|
CheckGroupBox_ControlAdded | void | ||
InitializeComponent | void | ||
checkBox_CheckStateChanged | void | ||
checkBox_CheckedChanged | void |
Method | Description | |
---|---|---|
CheckGroupBox ( ) : System |
CheckGroupBox public constructor.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCheckStateChanged ( |
Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.
|
|
OnCheckedChanged ( EventArgs e ) : void |
Raises the System.Windows.Forms.CheckBox.checkBox_CheckedChanged event.
|
Method | Description | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnCheckStateChanged ( |
||
e | An System.EventArgs that contains the event data. | |
return | void |
protected OnCheckedChanged ( EventArgs e ) : void | ||
e | EventArgs | An System.EventArgs that contains the event data. |
return | void |