C# Class Canguro.Controller.Grid.EndOffsetsControl

Inheritance: System.Windows.Forms.UserControl, IPopupGridControl
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
EndOffsetsControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EndEdit ( ) : void
EndOffsetsControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

UpdateControl ( ) : void
button_Clicked ( object sender, EventArgs e ) : void
notifyCellDirty ( ) : void
offITextBox_KeyDown ( object sender, KeyEventArgs e ) : void
offITextBox_TextChanged ( object sender, EventArgs e ) : void
st_AfterSelect ( object sender, TreeViewEventArgs e ) : void
st_BeforeCollapse ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void
st_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void
st_BeforeSelect ( object sender, System.Windows.Forms.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

EndOffsetsControl() public method

public EndOffsetsControl ( ) : System
return System