C# Class PKStudio.Forms.BaseForms.EditorBaseForm

Show file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Property Type Description
FormText string
ModifiedFormText string
modified bool

Public Methods

Method Description
EditorBaseForm ( ) : System
Save ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

EditorBaseForm_Click ( object sender, EventArgs e ) : void
SetModified ( bool modified ) : void

Private Methods

Method Description
EditorBaseForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

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

EditorBaseForm() public method

public EditorBaseForm ( ) : System
return System

EditorBaseForm_Click() protected method

protected EditorBaseForm_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Save() public method

public Save ( ) : void
return void

SetModified() protected method

protected SetModified ( bool modified ) : void
modified bool
return void

Property Details

FormText protected property

protected string FormText
return string

ModifiedFormText protected property

protected string ModifiedFormText
return string

modified protected property

protected bool modified
return bool