C# Class Canguro.Controller.Grid.JointConstraintControl

显示文件 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
JointConstraintControl ( ) : System

Default constructor. Calls InitializeComponent.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Method Description
EndEdit ( ) : void
InitializeComponent ( ) : void

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

JointConstraintControl_KeyDown ( object sender, KeyEventArgs e ) : void
JointConstraintControl_Load ( object sender, EventArgs e ) : void
button_Clicked ( object sender, EventArgs e ) : void
constraintComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
notifyCellDirty ( ) : void
st_AfterSelect ( object sender, TreeViewEventArgs e ) : void
st_BeforeCollapse ( object sender, TreeViewCancelEventArgs e ) : void
st_BeforeExpand ( object sender, TreeViewCancelEventArgs e ) : void
st_BeforeSelect ( object sender, TreeViewCancelEventArgs e ) : void
st_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

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

JointConstraintControl() public method

Default constructor. Calls InitializeComponent.
public JointConstraintControl ( ) : System
return System

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
return bool