C# Class PKStudio.Forms.BaseForms.EditorBaseForm

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
FormText string
ModifiedFormText string
modified bool

Méthodes publiques

Méthode Description
EditorBaseForm ( ) : System
Save ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EditorBaseForm() public méthode

public EditorBaseForm ( ) : System
Résultat System

EditorBaseForm_Click() protected méthode

protected EditorBaseForm_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetModified() protected méthode

protected SetModified ( bool modified ) : void
modified bool
Résultat void

Property Details

FormText protected_oe property

protected string FormText
Résultat string

ModifiedFormText protected_oe property

protected string ModifiedFormText
Résultat string

modified protected_oe property

protected bool modified
Résultat bool