C# Class CapDemo.GUI.User_Controls.Question_MultiSelect

Inheritance: System.Windows.Forms.UserControl
Show file Open project: antang/NewCapstoneProject

Public Properties

Property Type Description
btn_addAnswer System.Windows.Forms.Button

Public Methods

Method Description
Question_MultiSelect ( ) : System
Question_MultiSelect ( int IDCat, string NameCat ) : System
checkAnswerEmpty ( ) : bool
checkBlankCorrectAnswer ( ) : bool

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.

MultiSelectAnswer_onDelete ( object sender, EventArgs e ) : void
Question_MultiSelect_Load ( object sender, EventArgs e ) : void
btn_CancelQuestion_Click ( object sender, EventArgs e ) : void
btn_SaveAndCreateNewQuestion_Click ( object sender, EventArgs e ) : void
btn_SaveQuestion_Click ( object sender, EventArgs e ) : void
btn_addAnswer_Click ( 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

Question_MultiSelect() public method

public Question_MultiSelect ( ) : System
return System

Question_MultiSelect() public method

public Question_MultiSelect ( int IDCat, string NameCat ) : System
IDCat int
NameCat string
return System

checkAnswerEmpty() public method

public checkAnswerEmpty ( ) : bool
return bool

checkBlankCorrectAnswer() public method

public checkBlankCorrectAnswer ( ) : bool
return bool

Property Details

btn_addAnswer public property

public System.Windows.Forms.Button btn_addAnswer
return System.Windows.Forms.Button