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

Inheritance: EditorWindow
显示文件 Open project: gbaychev/NClass

Public Methods

Method Description
CommentEditor ( ) : System
ValidateData ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLocationChanged ( EventArgs e ) : void

Private Methods

Method 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 method

public CommentEditor ( ) : System
return System

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

OnLocationChanged() protected method

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

ValidateData() public method

public ValidateData ( ) : void
return void