C# Class CapDemo.ShowAnswer

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

Méthodes publiques

Свойство Type Description
chk1 System.Windows.Forms.CheckBox
lbl_Answer System.Windows.Forms.Label
lbl_Correct System.Windows.Forms.Label
lbl_labelAnswer System.Windows.Forms.Label
rdb1 System.Windows.Forms.RadioButton
rtxt_Answer System.Windows.Forms.Label

Méthodes publiques

Méthode Description
ShowAnswer ( ) : 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.

ShowAnswer_Load ( object sender, EventArgs e ) : void

Method Details

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

ShowAnswer() public méthode

public ShowAnswer ( ) : System
Résultat System

Property Details

chk1 public_oe property

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

lbl_Answer public_oe property

public System.Windows.Forms.Label lbl_Answer
Résultat System.Windows.Forms.Label

lbl_Correct public_oe property

public System.Windows.Forms.Label lbl_Correct
Résultat System.Windows.Forms.Label

lbl_labelAnswer public_oe property

public System.Windows.Forms.Label lbl_labelAnswer
Résultat System.Windows.Forms.Label

rdb1 public_oe property

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

rtxt_Answer public_oe property

public System.Windows.Forms.Label rtxt_Answer
Résultat System.Windows.Forms.Label