C# Class CapDemo.GUI.User_Controls.Answer_MultiSelect

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

Public Properties

Property Type Description
btn_DelAnswer System.Windows.Forms.Button
chk_Check System.Windows.Forms.CheckBox
txt_AnswerContent System.Windows.Forms.TextBox

Public Methods

Method Description
Answer_MultiSelect ( ) : 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_DelAnswer_Click ( object sender, EventArgs e ) : void
rad_Check_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Answer_MultiSelect() public method

public Answer_MultiSelect ( ) : 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_DelAnswer public_oe property

public System.Windows.Forms.Button btn_DelAnswer
return System.Windows.Forms.Button

chk_Check public_oe property

public System.Windows.Forms.CheckBox chk_Check
return System.Windows.Forms.CheckBox

txt_AnswerContent public_oe property

public System.Windows.Forms.TextBox txt_AnswerContent
return System.Windows.Forms.TextBox