프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddItem | void | ||
CalculateColumns | void | ||
DeleteItem | void | ||
DrawReversibleLine | void | ||
GetColumnLeft | int | ||
GetColumnWidth | int | ||
GetRowFromDataSource | |||
GetSecondaryComparers | |||
ResetHotColumn | void | ||
ResetLastMouseCell | void | ||
ResetToolTip | void | ||
RowY | int | ||
SetEditingCell | void | ||
SetEditingCell | void | ||
ShouldSerializeBackColor | bool | ||
ShouldSerializeGridColor | bool | ||
ShouldSerializeHeaderFont | bool | ||
ShouldSerializeSelectionBackColor | bool | ||
ShouldSerializeSelectionForeColor | bool | ||
ShouldSerializeSortedColumnBackColor | bool | ||
ShouldSerializeUnfocusedSelectionBackColor | bool | ||
ShouldSerializeUnfocusedSelectionForeColor | bool | ||
Sort | void | ||
TryDataBinding | void | ||
UpdateAllData | void | ||
UpdateItem | void | ||
VScrollOffset | int | ||
VisibleRowCountExact | int | ||
cell_PropertyChanged | void | ||
dataManager_ListChanged | void | ||
dataManager_PositionChanged | void | ||
scrollBar_GotFocus | void |
메소드 | 설명 | |
---|---|---|
BeginInit ( ) : void |
Signals the object that initialization is starting
|
|
BeginUpdate ( ) : void |
Prevents the Table from drawing until the EndUpdate method is called
|
|
CancelEditing ( ) : void |
Cancels editing the current Cell and ignores any changes
|
|
CellAt ( Point p ) : |
Returns the Cell at the specified client Point
|
|
CellAt ( int x, int y ) : |
Returns the Cell at the specified client coordinates
|
|
CellRect ( |
Returns a Rectangle that specifies the size and location of the specified cell in client coordinates
|
|
CellRect ( |
Returns a Rectangle that specifies the size and location the cell at the specified cell position in client coordinates
|
|
CellRect ( int row, int column ) : |
Returns a Rectangle that specifies the size and location the cell at the specified row and column indexes in client coordinates
|
|
Clear ( ) : void |
Removes the ColumnModel and TableModel from the Table
|
|
ClientToDisplayRect ( Point p ) : Point |
Computes the location of the specified client point into coordinates relative to the display rectangle
|
|
ClientToDisplayRect ( int x, int y ) : Point |
Computes the location of the specified client point into coordinates relative to the display rectangle
|
|
ClientToDisplayRect ( |
Converts the location of the specified Rectangle into coordinates relative to the display rectangle
|
|
ColumnHeaderRect ( |
Returns the bounding rectangle of the specified column's header in client coordinates
|
|
ColumnHeaderRect ( int column ) : |
Returns the bounding rectangle of the specified column's header in client coordinates
|
|
ColumnIndexAt ( Point p ) : int |
Returns the index of the Column at the specified client point
|
|
ColumnIndexAt ( int x, int y ) : int |
Returns the index of the Column at the specified client coordinates
|
|
ColumnRect ( |
Returns the bounding rectangle of the specified column in client coordinates
|
|
ColumnRect ( int column ) : |
Returns the bounding rectangle of the column at the specified index in client coordinates
|
|
DisplayRectToClient ( Point p ) : Point |
Computes the location of the specified point relative to the display rectangle into client coordinates
|
|
DisplayRectToClient ( int x, int y ) : Point |
Computes the location of the specified point relative to the display rectangle point into client coordinates
|
|
DisplayRectToClient ( |
Converts the location of the specified Rectangle relative to the display rectangle into client coordinates
|
|
EditCell ( |
Starts editing the Cell at the specified CellPos
|
|
EditCell ( int row, int column ) : void |
Starts editing the Cell at the specified row and column indexes
|
|
EndInit ( ) : void |
Signals the object that initialization is complete
|
|
EndUpdate ( ) : void |
Resumes drawing of the Table after drawing is suspended by the BeginUpdate method
|
|
EnsureVisible ( |
Ensures that the Cell at the specified CellPos is visible within the Table, scrolling the contents of the Table if necessary
|
|
EnsureVisible ( int row, int column ) : bool |
Ensures that the Cell at the specified row and column is visible within the Table, scrolling the contents of the Table if necessary
|
|
GetContainingCell ( |
Returns the cell that contains the given Control (in a ControlColumn). Returns null if the control is not in a valid cell.
|
|
HitTest ( Point p ) : TableRegion |
Returns a TableRegions value that represents the table region at the specified client point
|
|
HitTest ( int x, int y ) : TableRegion |
Returns a TableRegions value that represents the table region at the specified client coordinates
|
|
InvalidateCell ( |
Invalidates the specified Cell
|
|
InvalidateCell ( |
Invalidates the Cell located at the specified CellPos
|
|
InvalidateCell ( int row, int column ) : void |
Invalidates the Cell located at the specified row and column indicies
|
|
InvalidateRect ( |
Invalidates the given Rectangle
|
|
InvalidateRow ( |
Invalidates the Row located at the specified CellPos
|
|
InvalidateRow ( |
Invalidates the specified Row
|
|
InvalidateRow ( int row ) : void |
Invalidates the Row located at the specified row index
|
|
IsCellEditable ( |
Returns whether the Cell at the specified CellPos is able to be edited by the user
|
|
IsCellEditable ( int row, int column ) : bool |
Returns whether the Cell at the specified row and column is able to be edited by the user
|
|
IsCellEnabled ( |
Returns whether the Cell at the specified CellPos is able to respond to user interaction
|
|
IsCellEnabled ( int row, int column ) : bool |
Returns whether the Cell at the specified row and column is able to respond to user interaction
|
|
IsValidColumn ( int column ) : bool |
Returns whether a Column exists at the specified index in the Table's ColumnModel
|
|
ResetMouseEventArgs ( ) : void |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code
|
|
RowIndexAt ( Point p ) : int |
Returns the index of the Row at the specified client point
|
|
RowIndexAt ( int x, int y ) : int |
Returns the index of the Row at the specified client coordinates
|
|
RowRect ( |
Returns the bounding rectangle of the specified row in client coordinates
|
|
RowRect ( int row ) : |
Returns the bounding rectangle of the row at the specified index in client coordinates
|
|
RowYDifference ( int row1, int row2 ) : int |
Returns the difference in Y-coords between the tops of the two given rows. May return a negative.
|
|
Sort ( ) : void |
Sorts the last sorted column opposite to its current sort order, or sorts the currently focused column in ascending order if no columns have been sorted
|
|
Sort ( bool stable ) : void |
Sorts the last sorted column opposite to its current sort order, or sorts the currently focused column in ascending order if no columns have been sorted
|
|
Sort ( int column ) : void |
Sorts the specified column opposite to its current sort order, or in ascending order if the column is not sorted
|
|
Sort ( int column, SortOrder sortOrder ) : void |
Sorts the specified column in the specified sort direction
|
|
Sort ( int column, SortOrder sortOrder, bool stable ) : void |
Sorts the specified column in the specified sort direction
|
|
Sort ( int column, bool stable ) : void |
Sorts the specified column opposite to its current sort order, or in ascending order if the column is not sorted
|
|
StopEditing ( ) : void |
Stops editing the current Cell and commits any changes
|
|
Table ( ) : System |
Initializes a new instance of the Table class with default settings
|
|
UpdateScrollBars ( ) : void |
Updates the scrollbars to reflect any changes made to the Table
|
메소드 | 설명 | |
---|---|---|
CalcTableState ( int x, int y ) : void |
Calculates the state of the Table at the specified client coordinates
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Control and optionally releases the managed resources
|
|
FindNextEditableCell ( |
Returns a CellPos that specifies the next Cell that able to be edited from the specified Cell
|
|
FindNextVisibleEnabledCell ( |
Returns a CellPos that specifies the next Cell that is visible and enabled from the specified Cell
|
|
HorizontalScroll ( int value ) : void |
Scrolls the contents of the Table horizontally to the specified value
|
|
IsInputKey ( Keys keyData ) : bool |
Determines whether the specified key is a regular input key or a special key that requires preprocessing
|
|
IsReservedKey ( Keys key ) : bool |
Determines whether the specified key is reserved for use by the Table
|
|
IsValidCell ( |
Returns whether Cell at the specified cell position is not null
|
|
IsValidCell ( int row, int column ) : bool |
Returns whether Cell at the specified row and column indexes is not null
|
|
OnAfterPaintCell ( |
Raises the AfterPaintCell event
|
|
OnAfterPaintHeader ( |
Raises the AfterPaintHeader event
|
|
OnBeforePaintCell ( |
Raises the BeforePaintCell event
|
|
OnBeforePaintHeader ( |
Raises the BeforePaintHeader event
|
|
OnBeginEditing ( |
Raises the BeginEditing event
|
|
OnBeginSort ( |
Raises the BeginSort event
|
|
OnBindingContextChanged ( |
Fires the BindingContextChanged event. Called when something has changed
|
|
OnCellAdded ( |
Raises the CellAdded event
|
|
OnCellButtonClicked ( |
Raises the CellButtonClicked event
|
|
OnCellCheckChanged ( |
Raises the CellCheckChanged event
|
|
OnCellClick ( |
Raises the CellClick event
|
|
OnCellDoubleClick ( |
Raises the CellDoubleClick event
|
|
OnCellGotFocus ( |
Raises the CellGotFocus event
|
|
OnCellKeyDown ( |
Raises the CellKeyDown event
|
|
OnCellKeyUp ( |
Raises the CellKeyUp event
|
|
OnCellLostFocus ( |
Raises the CellLostFocus event
|
|
OnCellMouseDown ( |
Raises the CellMouseDown event
|
|
OnCellMouseEnter ( |
Raises the CellMouseEnter event
|
|
OnCellMouseHover ( |
Raises the CellHover event
|
|
OnCellMouseLeave ( |
Raises the CellMouseLeave event
|
|
OnCellMouseMove ( |
Raises the CellMouseMove event
|
|
OnCellMouseUp ( |
Raises the CellMouseUp event
|
|
OnCellPropertyChanged ( |
Raises the CellPropertyChanged event
|
|
OnCellRemoved ( |
Raises the CellRemoved event
|
|
OnClick ( |
Raises the Click event
|
|
OnColumnAdded ( |
Raises the ColumnAdded event
|
|
OnColumnModelChanged ( |
Raises the ColumnModelChanged event
|
|
OnColumnPropertyChanged ( |
Raises the ColumnPropertyChanged event
|
|
OnColumnRemoved ( |
Raises the ColumnRemoved event
|
|
OnDoubleClick ( |
Raises the DoubleClick event
|
|
OnEditingCancelled ( |
Raises the EditingCancelled event
|
|
OnEditingStopped ( |
Raises the EditingStopped event
|
|
OnEndSort ( |
Raises the EndSort event
|
|
OnGotFocus ( |
Raises the GotFocus event
|
|
OnHeaderClick ( |
Raises the HeaderClick event
|
|
OnHeaderDoubleClick ( |
Raises the HeaderDoubleClick event
|
|
OnHeaderHeightChanged ( |
Raises the HeaderHeightChanged event
|
|
OnHeaderMouseDown ( |
Raises the HeaderMouseDown event
|
|
OnHeaderMouseEnter ( |
Raises the HeaderMouseEnter event
|
|
OnHeaderMouseHover ( |
Raises the HeaderMouseHover event
|
|
OnHeaderMouseLeave ( |
Raises the HeaderMouseLeave event
|
|
OnHeaderMouseMove ( |
Raises the HeaderMouseMove event
|
|
OnHeaderMouseUp ( |
Raises the HeaderMouseUp event
|
|
OnHorizontalScroll ( object sender, |
Occurs when the Table's horizontal scrollbar is scrolled
|
|
OnKeyDown ( |
Raises the KeyDown event
|
|
OnKeyUp ( |
Raises the KeyUp event
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
Raises the Layout event
|
|
OnLostFocus ( |
Raises the LostFocus event
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the MouseDown event
|
|
OnMouseHover ( |
Raises the MouseHover event
|
|
OnMouseLeave ( |
Raises the MouseLeave event
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the MouseUp event
|
|
OnMouseWheel ( MouseEventArgs e ) : void |
Raises the MouseWheel event
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the Paint event
|
|
OnPaintBackground ( PaintEventArgs e ) : void |
Raises the PaintBackground event
|
|
OnPaintBorder ( PaintEventArgs e ) : void |
Paints the Table's border
|
|
OnPaintCell ( PaintEventArgs e, int row, int column, |
Paints the Cell at the specified row and column indexes
|
|
OnPaintEmptyTableText ( PaintEventArgs e ) : void |
Paints the message that is displayed when the Table doen't contain any items
|
|
OnPaintGrid ( PaintEventArgs e ) : void |
Paints the Table's grid
|
|
OnPaintHeader ( PaintEventArgs e ) : void |
Paints the Table's Column headers
|
|
OnPaintRow ( PaintEventArgs e, int row, |
Paints the Row at the specified index
|
|
OnPaintRows ( PaintEventArgs e ) : void |
Paints the Table's Rows
|
|
OnRowAdded ( |
Raises the RowAdded event
|
|
OnRowHeightChanged ( |
Raises the RowHeightChanged event
|
|
OnRowPropertyChanged ( |
Raises the RowPropertyChanged event
|
|
OnRowRemoved ( |
Raises the RowRemoved event
|
|
OnSelectionChanged ( |
Raises the SelectionChanged event
|
|
OnTableModelChanged ( |
Raises the TableModelChanged event
|
|
OnVerticalScroll ( object sender, |
Occurs when the Table's vertical scrollbar is scrolled
|
|
RaiseCellGotFocus ( |
Raises the GotFocus event for the Cell at the specified position
|
|
RaiseCellKeyDown ( |
Raises a KeyDown event for the Cell at the specified cell position
|
|
RaiseCellKeyUp ( |
Raises a KeyUp event for the Cell at the specified cell position
|
|
RaiseCellLostFocus ( |
Raises the LostFocus event for the Cell at the specified position
|
|
RaiseCellMouseDown ( |
Raises a MouseDown event for the Cell at the specified cell position
|
|
RaiseCellMouseEnter ( |
Raises a MouseEnter event for the Cell at the specified cell position
|
|
RaiseCellMouseLeave ( |
Raises a MouseLeave event for the Cell at the specified cell position
|
|
RaiseCellMouseMove ( |
Raises a MouseMove event for the Cell at the specified cell position
|
|
RaiseCellMouseUp ( |
Raises a MouseUp event for the Cell at the specified cell position
|
|
RaiseHeaderMouseDown ( int index, MouseEventArgs e ) : void |
Raises a MouseDown event for the Column header at the specified colunm index position
|
|
RaiseHeaderMouseEnter ( int index ) : void |
Raises a MouseEnter event for the Column header at the specified colunm index position
|
|
RaiseHeaderMouseLeave ( int index ) : void |
Raises a MouseLeave event for the Column header at the specified colunm index position
|
|
RaiseHeaderMouseMove ( int index, MouseEventArgs e ) : void |
Raises a MouseMove event for the Column header at the specified colunm index position
|
|
RaiseHeaderMouseUp ( int index, MouseEventArgs e ) : void |
Raises a MouseUp event for the Column header at the specified colunm index position
|
|
ResolveColspan ( |
Returns the position of the actual cell that renders to the given cell pos. This looks at colspans and returns the cell that colspan overs the given cell (if any)
|
|
VerticalScroll ( int value ) : void |
Scrolls the contents of the Table vertically to the specified value
|
메소드 | 설명 | |
---|---|---|
AddItem ( int index ) : void |
Inserts the item at the given index from the data source.
|
|
CalculateColumns ( ) : void |
Creates a ColumnModel for the columns the data source provides and assigns it to the Table.
|
|
DeleteItem ( int index ) : void |
Removes the given item from the TableModel.
|
|
DrawReversibleLine ( int x ) : void |
Draws a reversible line at the specified screen x-coordinate that is the height of the PseudoClientRect
|
|
GetColumnLeft ( int column ) : int |
Returns the left position of the given column.
|
|
GetColumnWidth ( int column, |
Returns the actual width that this cell can render over (taking colspan into account). Normally its just the width of this column from the column model.
|
|
GetRowFromDataSource ( int index ) : |
Returns a row (ready to be added into the TableModel) derived from the given index in the data source.
|
|
GetSecondaryComparers ( |
Gets a collection of comparers for the underlying sort order(s)
|
|
ResetHotColumn ( ) : void |
Resets the current "hot" column
|
|
ResetLastMouseCell ( ) : void |
Resets the last known cell position that the mouse was over to empty
|
|
ResetToolTip ( ) : void |
|
|
RowY ( int row ) : int |
Returns the Y-coord of the top of the row at the specified index in client coordinates
|
|
SetEditingCell ( |
Records the Cell that is currently being edited and the ICellEditor used to edit the Cell
|
|
SetEditingCell ( |
Records the Cell that is currently being edited and the ICellEditor used to edit the Cell
|
|
ShouldSerializeBackColor ( ) : bool |
Specifies whether the Table's BackColor property should be serialized at design time
|
|
ShouldSerializeGridColor ( ) : bool |
Specifies whether the Table's GridColor property should be serialized at design time
|
|
ShouldSerializeHeaderFont ( ) : bool |
Specifies whether the Table's HeaderFont property should be serialized at design time
|
|
ShouldSerializeSelectionBackColor ( ) : bool |
Specifies whether the Table's SelectionBackColor property should be serialized at design time
|
|
ShouldSerializeSelectionForeColor ( ) : bool |
Specifies whether the Table's SelectionForeColor property should be serialized at design time
|
|
ShouldSerializeSortedColumnBackColor ( ) : bool |
Specifies whether the Table's SortedColumnBackColor property should be serialized at design time
|
|
ShouldSerializeUnfocusedSelectionBackColor ( ) : bool |
Specifies whether the Table's UnfocusedSelectionBackColor property should be serialized at design time
|
|
ShouldSerializeUnfocusedSelectionForeColor ( ) : bool |
Specifies whether the Table's UnfocusedSelectionForeColor property should be serialized at design time
|
|
Sort ( int index, |
Sorts the specified column in the specified sort direction
|
|
TryDataBinding ( ) : void |
Gets the CurrencyManager by the BindingContext, unwires the old CurrencyManager (if needed), and wires the new CurrencyManager. Then it calls calculateColumns and updateAllData.
|
|
UpdateAllData ( ) : void |
Clears and re-adds all data from the data source.
|
|
UpdateItem ( int index ) : void |
Refreshes the given item in the TableModel.
|
|
VScrollOffset ( ) : int |
Computes the height of the rows that are not visible (i.e. above the top row currently displayed).
|
|
VisibleRowCountExact ( ) : int |
Returns the number of visible rows, determined by iterating over all visible rows. Copes with word-wrapped rows.
|
|
cell_PropertyChanged ( object sender, |
Handler for a Cells PropertyChanged event
|
|
dataManager_ListChanged ( object sender, |
Fired when any data is changed, removed or added to the data source.
|
|
dataManager_PositionChanged ( object sender, |
Called when the selected row in the data source changes. Ensures the Table keeps this row in view.
|
|
scrollBar_GotFocus ( object sender, |
Handler for a ScrollBars GotFocus event
|
protected CalcTableState ( int x, int y ) : void | ||
x | int | The client x coordinate |
y | int | The client y coordinate |
리턴 | void |
public CellAt ( int x, int y ) : |
||
x | int | The client x coordinate of the Cell |
y | int | The client y coordinate of the Cell |
리턴 |
public CellRect ( |
||
cell | The cell whose bounding rectangle is to be retrieved | |
리턴 |
public CellRect ( |
||
cellPos | The position of the cell | |
리턴 |
public CellRect ( int row, int column ) : |
||
row | int | The index of the row that contains the cell |
column | int | The index of the column that contains the cell |
리턴 |
public ClientToDisplayRect ( Point p ) : Point | ||
p | Point | The client coordinate Point to convert |
리턴 | Point |
public ClientToDisplayRect ( int x, int y ) : Point | ||
x | int | The client x coordinate to convert |
y | int | The client y coordinate to convert |
리턴 | Point |
public ClientToDisplayRect ( |
||
rect | The Rectangle to convert whose location is in /// client coordinates | |
리턴 |
public ColumnHeaderRect ( |
||
column | The column | |
리턴 |
public ColumnHeaderRect ( int column ) : |
||
column | int | The index of the column |
리턴 |
public ColumnIndexAt ( int x, int y ) : int | ||
x | int | The client x coordinate of the Column |
y | int | The client y coordinate of the Column |
리턴 | int |
public ColumnRect ( |
||
column | The column | |
리턴 |
public ColumnRect ( int column ) : |
||
column | int | The column |
리턴 |
public DisplayRectToClient ( Point p ) : Point | ||
p | Point | The point relative to the display rectangle to convert |
리턴 | Point |
public DisplayRectToClient ( int x, int y ) : Point | ||
x | int | The x coordinate to convert relative to the display rectangle |
y | int | The y coordinate to convert relative to the display rectangle |
리턴 | Point |
public DisplayRectToClient ( |
||
rect | The Rectangle to convert whose location is relative to /// the display rectangle | |
리턴 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged /// resources; false to release only unmanaged resources |
리턴 | void |
public EditCell ( |
||
cellPos | A CellPos that specifies the Cell to be edited | |
리턴 | void |
public EditCell ( int row, int column ) : void | ||
row | int | The row index of the Cell to be edited |
column | int | The column index of the Cell to be edited |
리턴 | void |
public EnsureVisible ( |
||
cellPos | A CellPos that contains the zero-based index /// of the row and column to scroll into view | |
리턴 | bool |
public EnsureVisible ( int row, int column ) : bool | ||
row | int | The zero-based index of the row to scroll into view |
column | int | The zero-based index of the column to scroll into view |
리턴 | bool |
protected FindNextEditableCell ( |
||
start | A CellPos that specifies the Cell to start /// searching from | |
wrap | bool | Specifies whether to move to the start of the /// next Row when the end of the current Row is reached |
forward | bool | Specifies whether the search should travel /// in a forward direction (top to bottom, left to right) through the Cells |
includeStart | bool | Indicates whether the specified starting /// Cell is included in the search |
리턴 |
protected FindNextVisibleEnabledCell ( |
||
start | A CellPos that specifies the Cell to start /// searching from | |
wrap | bool | Specifies whether to move to the start of the /// next Row when the end of the current Row is reached |
forward | bool | Specifies whether the search should travel /// in a forward direction (top to bottom, left to right) through the Cells |
includeStart | bool | Indicates whether the specified starting /// Cell is included in the search |
checkOtherCellsInRow | bool | Specifies whether all Cells in /// the Row should be included in the search |
리턴 |
public GetContainingCell ( |
||
control | The control that is part of a Cell. | |
리턴 |
public HitTest ( Point p ) : TableRegion | ||
p | Point | The point of interest |
리턴 | TableRegion |
public HitTest ( int x, int y ) : TableRegion | ||
x | int | The client x coordinate |
y | int | The client y coordinate |
리턴 | TableRegion |
protected HorizontalScroll ( int value ) : void | ||
value | int | The value to scroll to |
리턴 | void |
public InvalidateCell ( |
||
cell | The Cell to be invalidated | |
리턴 | void |
public InvalidateCell ( |
||
cellPos | A CellPos that specifies the Cell to be invalidated | |
리턴 | void |
public InvalidateCell ( int row, int column ) : void | ||
row | int | The row index of the Cell to be invalidated |
column | int | The column index of the Cell to be invalidated |
리턴 | void |
public InvalidateRect ( |
||
rect | ||
리턴 | void |
public InvalidateRow ( |
||
cellPos | A CellPos that specifies the Row to be invalidated | |
리턴 | void |
public InvalidateRow ( |
||
row | The Row to be invalidated | |
리턴 | void |
public InvalidateRow ( int row ) : void | ||
row | int | The row index of the Row to be invalidated |
리턴 | void |
public IsCellEditable ( |
||
cellpos | A CellPos that specifies the Cell to check | |
리턴 | bool |
public IsCellEditable ( int row, int column ) : bool | ||
row | int | The row index of the Cell to check |
column | int | The column index of the Cell to check |
리턴 | bool |
public IsCellEnabled ( |
||
cellpos | A CellPos that specifies the Cell to check | |
리턴 | bool |
public IsCellEnabled ( int row, int column ) : bool | ||
row | int | The row index of the Cell to check |
column | int | The column index of the Cell to check |
리턴 | bool |
protected IsInputKey ( Keys keyData ) : bool | ||
keyData | Keys | One of the Keys values |
리턴 | bool |
protected IsReservedKey ( Keys key ) : bool | ||
key | Keys | One of the Keys values |
리턴 | bool |
protected IsValidCell ( |
||
cellPos | The position of the cell | |
리턴 | bool |
protected IsValidCell ( int row, int column ) : bool | ||
row | int | The row index of the cell |
column | int | The column index of the cell |
리턴 | bool |
public IsValidColumn ( int column ) : bool | ||
column | int | The index of the column to check |
리턴 | bool |
protected OnAfterPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
protected OnAfterPaintHeader ( |
||
e | A PaintHeaderEventArgs that contains the event data | |
리턴 | void |
protected OnBeforePaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
protected OnBeforePaintHeader ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
protected OnBeginEditing ( |
||
e | A CellEditEventArgs that contains the event data | |
리턴 | void |
protected OnBeginSort ( |
||
e | A ColumnEventArgs that contains the event data | |
리턴 | void |
protected OnBindingContextChanged ( |
||
e | ||
리턴 | void |
protected OnCellAdded ( |
||
e | A RowEventArgs that contains the event data | |
리턴 | void |
protected OnCellButtonClicked ( |
||
e | A CellButtonEventArgs that contains the event data | |
리턴 | void |
protected OnCellCheckChanged ( |
||
e | A CellCheckChanged that contains the event data | |
리턴 | void |
protected OnCellClick ( |
||
e | A CellEventArgs that contains the event data | |
리턴 | void |
protected OnCellDoubleClick ( |
||
e | A CellEventArgs that contains the event data | |
리턴 | void |
protected OnCellGotFocus ( |
||
e | A CellFocusEventArgs that contains the event data | |
리턴 | void |
protected OnCellKeyDown ( |
||
e | A CellKeyEventArgs that contains the event data | |
리턴 | void |
protected OnCellKeyUp ( |
||
e | A CellKeyEventArgs that contains the event data | |
리턴 | void |
protected OnCellLostFocus ( |
||
e | A CellFocusEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseDown ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseEnter ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseHover ( |
||
e | A CellEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseLeave ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseMove ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnCellMouseUp ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnCellPropertyChanged ( |
||
e | A CellEventArgs that contains the event data | |
리턴 | void |
protected OnCellRemoved ( |
||
e | A RowEventArgs that contains the event data | |
리턴 | void |
protected OnClick ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnColumnAdded ( |
||
e | A ColumnModelEventArgs that contains the event data | |
리턴 | void |
protected OnColumnModelChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnColumnPropertyChanged ( |
||
e | A ColumnEventArgs that contains the event data | |
리턴 | void |
protected OnColumnRemoved ( |
||
e | A ColumnModelEventArgs that contains the event data | |
리턴 | void |
protected OnDoubleClick ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnEditingCancelled ( |
||
e | A CellEditEventArgs that contains the event data | |
리턴 | void |
protected OnEditingStopped ( |
||
e | A CellEditEventArgs that contains the event data | |
리턴 | void |
protected OnEndSort ( |
||
e | A ColumnEventArgs that contains the event data | |
리턴 | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnHeaderClick ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderDoubleClick ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderHeightChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseDown ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseEnter ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseHover ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseLeave ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseMove ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHeaderMouseUp ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
리턴 | void |
protected OnHorizontalScroll ( object sender, |
||
sender | object | The object that Raised the event |
e | A ScrollEventArgs that contains the event data | |
리턴 | void |
protected OnKeyDown ( |
||
e | A KeyEventArgs that contains the event data | |
리턴 | void |
protected OnKeyUp ( |
||
e | A KeyEventArgs that contains the event data | |
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | A LayoutEventArgs that contains the event data |
리턴 | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected OnMouseHover ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnMouseLeave ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintBorder ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintCell ( PaintEventArgs e, int row, int column, |
||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
row | int | The index of the row that contains the cell to be painted |
column | int | The index of the column that contains the cell to be painted |
cellRect | The bounding Rectangle of the Cell | |
리턴 | void |
protected OnPaintEmptyTableText ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintGrid ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintHeader ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnPaintRow ( PaintEventArgs e, int row, |
||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
row | int | The index of the Row to be painted |
rowRect | The bounding Rectangle of the Row to be painted | |
리턴 | void |
protected OnPaintRows ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A PaintEventArgs that contains the event data |
리턴 | void |
protected OnRowAdded ( |
||
e | A TableModelEventArgs that contains the event data | |
리턴 | void |
protected OnRowHeightChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnRowPropertyChanged ( |
||
e | A RowEventArgs that contains the event data | |
리턴 | void |
protected OnRowRemoved ( |
||
e | A TableModelEventArgs that contains the event data | |
리턴 | void |
protected OnSelectionChanged ( |
||
e | A TableModelEventArgs that contains the event data | |
리턴 | void |
protected OnTableModelChanged ( |
||
e | An EventArgs that contains the event data | |
리턴 | void |
protected OnVerticalScroll ( object sender, |
||
sender | object | The object that Raised the event |
e | A ScrollEventArgs that contains the event data | |
리턴 | void |
protected RaiseCellGotFocus ( |
||
cellPos | The position of the Cell that gained focus | |
리턴 | void |
protected RaiseCellKeyDown ( |
||
cellPos | The position of the Cell | |
e | A KeyEventArgs that contains the event data | |
리턴 | void |
protected RaiseCellKeyUp ( |
||
cellPos | The position of the Cell | |
e | A KeyEventArgs that contains the event data | |
리턴 | void |
protected RaiseCellLostFocus ( |
||
cellPos | The position of the Cell that lost focus | |
리턴 | void |
protected RaiseCellMouseDown ( |
||
cellPos | The position of the Cell | |
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected RaiseCellMouseEnter ( |
||
cellPos | The position of the Cell | |
리턴 | void |
protected RaiseCellMouseLeave ( |
||
cellPos | The position of the Cell | |
리턴 | void |
protected RaiseCellMouseMove ( |
||
cellPos | The position of the Cell | |
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected RaiseCellMouseUp ( |
||
cellPos | The position of the Cell | |
e | MouseEventArgs | A MouseEventArgs that contains the event data |
리턴 | void |
protected RaiseHeaderMouseDown ( int index, MouseEventArgs e ) : void | ||
index | int | The index of the column to recieve the event |
e | MouseEventArgs | A HeaderMouseEventArgs that contains the event data |
리턴 | void |
protected RaiseHeaderMouseEnter ( int index ) : void | ||
index | int | The index of the column to recieve the event |
리턴 | void |
protected RaiseHeaderMouseLeave ( int index ) : void | ||
index | int | The index of the column to recieve the event |
리턴 | void |
protected RaiseHeaderMouseMove ( int index, MouseEventArgs e ) : void | ||
index | int | The index of the column to recieve the event |
e | MouseEventArgs | A HeaderMouseEventArgs that contains the event data |
리턴 | void |
protected RaiseHeaderMouseUp ( int index, MouseEventArgs e ) : void | ||
index | int | The index of the column to recieve the event |
e | MouseEventArgs | A HeaderMouseEventArgs that contains the event data |
리턴 | void |
protected ResolveColspan ( |
||
cellPos | ||
리턴 |
public RowIndexAt ( int x, int y ) : int | ||
x | int | The client x coordinate of the Row |
y | int | The client y coordinate of the Row |
리턴 | int |
public RowRect ( int row ) : |
||
row | int | The index of the row |
리턴 |
public RowYDifference ( int row1, int row2 ) : int | ||
row1 | int | Index of first row |
row2 | int | Index of second row |
리턴 | int |
public Sort ( bool stable ) : void | ||
stable | bool | Specifies whether a stable sorting method /// should be used to sort the column |
리턴 | void |
public Sort ( int column, SortOrder sortOrder ) : void | ||
column | int | The index of the column to sort |
sortOrder | SortOrder | The direction the column is to be sorted |
리턴 | void |
public Sort ( int column, SortOrder sortOrder, bool stable ) : void | ||
column | int | The index of the column to sort |
sortOrder | SortOrder | The direction the column is to be sorted |
stable | bool | Specifies whether a stable sorting method /// should be used to sort the column |
리턴 | void |
public Sort ( int column, bool stable ) : void | ||
column | int | The index of the column to sort |
stable | bool | Specifies whether a stable sorting method /// should be used to sort the column |
리턴 | void |
protected VerticalScroll ( int value ) : void | ||
value | int | The value to scroll to |
리턴 | void |