Operation |
Details |
public GetName(): |
Sequential |
public GetName( string label, string descr, string okButtonDesc, string cancelButtonDesc): |
Sequential Tags: | initializer=this(label, descr)
| |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
private BTOk_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Click event of Ok button. Checks if the string is not empty. | |
private TBText_TextChanged( object sender, System.EventArgs e):void |
Sequential Notes: | Text changed event. It enables or disables Ok button according to an emptyness of the text. | |
private GetName_Load( object sender, System.EventArgs e):void |
Sequential |
public Description():string |
Sequential <<property>> Notes: | Property Description - the string from a user. | |