C# Class CapDemo.GUI.User_Controls.Answer_OnlyOneSelect

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
btn_Delete System.Windows.Forms.Button
rad_check System.Windows.Forms.RadioButton
txt_Answercontent System.Windows.Forms.TextBox

Public Methods

Method Description
Answer_OnlyOneSelect ( ) : 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.

btn_Delete_Click ( object sender, EventArgs e ) : void
rad_check_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Answer_OnlyOneSelect() public method

public Answer_OnlyOneSelect ( ) : System
return System

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

Property Details

btn_Delete public_oe property

public System.Windows.Forms.Button btn_Delete
return System.Windows.Forms.Button

rad_check public_oe property

public System.Windows.Forms.RadioButton rad_check
return System.Windows.Forms.RadioButton

txt_Answercontent public_oe property

public System.Windows.Forms.TextBox txt_Answercontent
return System.Windows.Forms.TextBox