Property | Type | Description | |
---|---|---|---|
AdjustRowWeight | void | ||
OnMouseUp | void | ||
OnRowHeightChanged | void | ||
Parent_ParentChanged | void | ||
ResizeRows | void |
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. This method is thread safe. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
|
|
OnColumnWidthChanged ( System.Windows.Forms.DataGridViewColumnEventArgs e ) : void |
Raises the E:System.Windows.Forms.DataGridView.ColumnWidthChanged event.
|
|
OnDataError ( bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void |
Raises the
|
|
OnParentChanged ( |
Raises the
|
|
OnShown ( object sender, |
Called when initially shown.
|
|
OnSizeChanged ( |
Raises the
|
|
ProcessKeyPreview ( |
Previews a keyboard message.
|
Method | Description | |
---|---|---|
AdjustRowWeight ( SIL.FieldWorks.Common.Controls.SplitGridView.DataGridViewControlRow row ) : void |
Adjusts the row weight based on the new height of the row.
|
|
OnMouseUp ( MouseEventArgs e ) : void | ||
OnRowHeightChanged ( System.Windows.Forms.DataGridViewRowEventArgs e ) : void | ||
Parent_ParentChanged ( object sender, |
Handles the ParentChanged event of the Parent control.
|
|
ResizeRows ( bool fForceHeightChanged ) : void |
protected OnColumnWidthChanged ( System.Windows.Forms.DataGridViewColumnEventArgs e ) : void | ||
e | System.Windows.Forms.DataGridViewColumnEventArgs | A |
return | void |
protected OnDataError ( bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void | ||
displayErrorDialogIfNoHandler | bool | true to display an error dialog box if
/// there is no handler for the |
e | System.Windows.Forms.DataGridViewDataErrorEventArgs | A |
return | void |
protected OnParentChanged ( |
||
e | An |
|
return | void |
protected OnShown ( object sender, |
||
sender | object | The sender. |
e | The |
|
return | void |
protected OnSizeChanged ( |
||
e | An |
|
return | void |
protected ProcessKeyPreview ( |
||
m | A |
|
return | bool |