C# Class CapDemo.ShowAnswer

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

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

Public Methods

Method Description
ShowAnswer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ShowAnswer() public method

public ShowAnswer ( ) : System
return System

Property Details

chk1 public_oe property

public System.Windows.Forms.CheckBox chk1
return System.Windows.Forms.CheckBox

lbl_Answer public_oe property

public System.Windows.Forms.Label lbl_Answer
return System.Windows.Forms.Label

lbl_Correct public_oe property

public System.Windows.Forms.Label lbl_Correct
return System.Windows.Forms.Label

lbl_labelAnswer public_oe property

public System.Windows.Forms.Label lbl_labelAnswer
return System.Windows.Forms.Label

rdb1 public_oe property

public System.Windows.Forms.RadioButton rdb1
return System.Windows.Forms.RadioButton

rtxt_Answer public_oe property

public System.Windows.Forms.Label rtxt_Answer
return System.Windows.Forms.Label