C# Class Iae.Windows.Forms.CheckableGroupBox

Inheritance: System.Windows.Forms.GroupBox
Mostrar archivo Open project: pocorall/scm-notifier Class Usage Examples

Private Properties

Property Type Description
AddRadioControl void
CheckableGroupBox_CheckedChanged void
CheckableGroupBox_ParentChanged void
InitializeComponent void
IsRadioControl bool
RadioButton_CheckedChanged void
_checkBox_CheckedChanged void
_checkBox_Click void
_parent_ControlAdded void
_parent_ControlRemoved void
_radioButton_CheckedChanged void
_radioButton_Click void

Public Methods

Method Description
CheckableGroupBox ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
AddRadioControl ( Control control ) : void
CheckableGroupBox_CheckedChanged ( object sender, EventArgs e ) : void
CheckableGroupBox_ParentChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsRadioControl ( Control control ) : bool

Determines whether control is RadioButton control or CheckableGroupBox with CheckableType == RadioButton.

RadioButton_CheckedChanged ( object sender, EventArgs e ) : void
_checkBox_CheckedChanged ( object sender, EventArgs e ) : void
_checkBox_Click ( object sender, EventArgs e ) : void
_parent_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
_parent_ControlRemoved ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
_radioButton_CheckedChanged ( object sender, EventArgs e ) : void
_radioButton_Click ( object sender, EventArgs e ) : void

Method Details

CheckableGroupBox() public method

public CheckableGroupBox ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void