C# Class CapDemo.GUI.User_Controls.Answer_OnlyOneSelect

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

Méthodes publiques

Свойство Type Description
btn_Delete System.Windows.Forms.Button
rad_check System.Windows.Forms.RadioButton
txt_Answercontent System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
Answer_OnlyOneSelect ( ) : 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_Delete_Click ( object sender, EventArgs e ) : void
rad_check_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Answer_OnlyOneSelect() public méthode

public Answer_OnlyOneSelect ( ) : 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_Delete public_oe property

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

rad_check public_oe property

public System.Windows.Forms.RadioButton rad_check
Résultat System.Windows.Forms.RadioButton

txt_Answercontent public_oe property

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