C# Class CapDemo.GUI.User_Controls.Answer_MultiSelect

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
btn_DelAnswer System.Windows.Forms.Button
chk_Check System.Windows.Forms.CheckBox
txt_AnswerContent System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
Answer_MultiSelect ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btn_DelAnswer_Click ( object sender, EventArgs e ) : void
rad_Check_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Answer_MultiSelect() public méthode

public Answer_MultiSelect ( ) : 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

Property Details

btn_DelAnswer public_oe property

public System.Windows.Forms.Button btn_DelAnswer
Résultat System.Windows.Forms.Button

chk_Check public_oe property

public System.Windows.Forms.CheckBox chk_Check
Résultat System.Windows.Forms.CheckBox

txt_AnswerContent public_oe property

public System.Windows.Forms.TextBox txt_AnswerContent
Résultat System.Windows.Forms.TextBox