Property | Type | Description | |
---|---|---|---|
toolMoveDown | System.Windows.Forms.ToolStripButton | ||
toolMoveUp | System.Windows.Forms.ToolStripButton |
Method | Description | |
---|---|---|
ItemEditor ( ) : System | ||
ValidateData ( ) : void |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HideEditor ( ) : void | ||
MoveDown ( ) : void | ||
MoveUp ( ) : void | ||
OnVisibleChanged ( EventArgs e ) : void | ||
RefreshValues ( ) : void | ||
SelectNext ( ) : void | ||
SelectPrevious ( ) : void | ||
SetError ( string message ) : void | ||
UpdateTexts ( ) : void | ||
ValidateDeclarationLine ( ) : bool |
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 ( DiagramElement element ) : void | ||
toolDelete_Click ( object sender, EventArgs e ) : void | ||
toolMoveDown_Click ( object sender, EventArgs e ) : void | ||
toolMoveUp_Click ( object sender, EventArgs e ) : void | ||
txtDeclaration_KeyDown ( object sender, KeyEventArgs e ) : void | ||
txtDeclaration_TextChanged ( object sender, EventArgs e ) : void | ||
txtDeclaration_Validating ( object sender, CancelEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnVisibleChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected abstract ValidateDeclarationLine ( ) : bool | ||
return | bool |
protected System.Windows.Forms.ToolStripButton toolMoveDown | ||
return | System.Windows.Forms.ToolStripButton |