C# Class QLUI.WindowsForms.Abstract.QuestionControl

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
QuestionControl ( ) : System
QuestionControl ( String Id, String Label, System.Boolean IsReadOnly ) : System

Protected Methods

Method Description
OnValueChanged ( EventArgs e ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( EventArgs e ) : void
e System.EventArgs
return void

QuestionControl() public method

public QuestionControl ( ) : System
return System

QuestionControl() public method

public QuestionControl ( String Id, String Label, System.Boolean IsReadOnly ) : System
Id String
Label String
IsReadOnly System.Boolean
return System