Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
SummaryCommandControl ( SIL.FieldWorks.Common.Framework.DetailControls.SummarySlice slice ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnSizeChanged ( |
||
OnVisibleChanged ( |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ItemClicked ( XCore item ) : void | ||
m_timer_Tick ( object sender, |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
protected OnVisibleChanged ( |
||
e | ||
return | void |
public SummaryCommandControl ( SIL.FieldWorks.Common.Framework.DetailControls.SummarySlice slice ) : System | ||
slice | SIL.FieldWorks.Common.Framework.DetailControls.SummarySlice | |
return | System |