Property | 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 |
Method | Description | |
---|---|---|
ShowAnswer ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ShowAnswer_Load ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public System.Windows.Forms.CheckBox chk1 | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.Label lbl_Answer | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_Correct | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.Label lbl_labelAnswer | ||
return | System.Windows.Forms.Label |
public System.Windows.Forms.RadioButton rdb1 | ||
return | System.Windows.Forms.RadioButton |