C# Class NClass.DiagramEditor.ClassDiagram.Editors.CommentEditor

Inheritance: EditorWindow
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
CommentEditor ( ) : System
ValidateData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLocationChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Init ( DiagramElement element ) : void
InitializeComponent ( ) : void

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

Relocate ( CommentShape shape ) : void
Relocate ( DiagramElement element ) : void
txtComment_KeyDown ( object sender, System e ) : void

Method Details

CommentEditor() public méthode

public CommentEditor ( ) : System
Résultat System

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

OnLocationChanged() protected méthode

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ValidateData() public méthode

public ValidateData ( ) : void
Résultat void