C# Class UIToolbox.CheckGroupBox

Inheritance: System.Windows.Forms.GroupBox
Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Private Properties

Свойство Type Description
CheckGroupBox_ControlAdded void
InitializeComponent void
checkBox_CheckStateChanged void
checkBox_CheckedChanged void

Méthodes publiques

Méthode Description
CheckGroupBox ( ) : System

CheckGroupBox public constructor.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCheckStateChanged ( EventArgs e ) : void

Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.

OnCheckedChanged ( EventArgs e ) : void

Raises the System.Windows.Forms.CheckBox.checkBox_CheckedChanged event.

Private Methods

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

Method Details

CheckGroupBox() public méthode

CheckGroupBox public constructor.
public CheckGroupBox ( ) : System
Résultat System

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

OnCheckStateChanged() protected méthode

Raises the System.Windows.Forms.CheckBox.CheckStateChanged event.
protected OnCheckStateChanged ( EventArgs e ) : void
e System.EventArgs An System.EventArgs that contains the event data.
Résultat void

OnCheckedChanged() protected méthode

Raises the System.Windows.Forms.CheckBox.checkBox_CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e EventArgs An System.EventArgs that contains the event data.
Résultat void