Click or drag to resize

MccGridView Methods

The MccGridView type exposes the following members.

Methods
  NameDescription
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from Control.)
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
(Inherited from Control.)
Protected methodAccessibilityNotifyCurrentCellChanged
Notifies the accessible client applications when a new cell becomes the current cell.
(Inherited from DataGridView.)
Public methodAdjustColumnHeaderBorderStyle
Adjusts the DataGridViewAdvancedBorderStyle for a column header cell of a DataGridView that is currently being painted.
(Inherited from DataGridView.)
Public methodAreAllCellsSelected
Returns a value indicating whether all the DataGridView cells are currently selected.
(Inherited from DataGridView.)
Public methodAutoResizeColumn(Int32)
Adjusts the width of the specified column to fit the contents of all its cells, including the header cell.
(Inherited from DataGridView.)
Public methodAutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode)
Adjusts the width of the specified column using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean)
Adjusts the width of the specified column using the specified size mode, optionally calculating the width with the expectation that row heights will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeColumnHeadersHeight
Adjusts the height of the column headers to fit the contents of the largest column header.
(Inherited from DataGridView.)
Public methodAutoResizeColumnHeadersHeight(Int32)
Adjusts the height of the column headers based on changes to the contents of the header in the specified column.
(Inherited from DataGridView.)
Protected methodAutoResizeColumnHeadersHeight(Boolean, Boolean)
Adjusts the height of the column headers to fit their contents, optionally calculating the height with the expectation that the column and/or row header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeColumnHeadersHeight(Int32, Boolean, Boolean)
Adjusts the height of the column headers based on changes to the contents of the header in the specified column, optionally calculating the height with the expectation that the column and/or row header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeColumns
Adjusts the width of all columns to fit the contents of all their cells, including the header cells.
(Inherited from DataGridView.)
Public methodAutoResizeColumns(DataGridViewAutoSizeColumnsMode)
Adjusts the width of all columns using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeColumns(DataGridViewAutoSizeColumnsMode, Boolean)
Adjusts the width of all columns using the specified size mode, optionally calculating the widths with the expectation that row heights will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRow(Int32)
Adjusts the height of the specified row to fit the contents of all its cells including the header cell.
(Inherited from DataGridView.)
Public methodAutoResizeRow(Int32, DataGridViewAutoSizeRowMode)
Adjusts the height of the specified row using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeRow(Int32, DataGridViewAutoSizeRowMode, Boolean)
Adjusts the height of the specified row using the specified size mode, optionally calculating the height with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode)
Adjusts the width of the row headers using the specified size mode.
(Inherited from DataGridView.)
Public methodAutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode)
Adjusts the width of the row headers based on changes to the contents of the header in the specified row and using the specified size mode.
(Inherited from DataGridView.)
Protected methodAutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean)
Adjusts the width of the row headers using the specified size mode, optionally calculating the width with the expectation that the row and/or column header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean)
Adjusts the width of the row headers based on changes to the contents of the header in the specified row and using the specified size mode, optionally calculating the width with the expectation that the row and/or column header widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodAutoResizeRows
Adjusts the heights of all rows to fit the contents of all their cells, including the header cells.
(Inherited from DataGridView.)
Public methodAutoResizeRows(DataGridViewAutoSizeRowsMode)
Adjusts the heights of the rows using the specified size mode value.
(Inherited from DataGridView.)
Protected methodAutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean)
Adjusts the heights of all rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Protected methodAutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean)
Adjusts the heights of the specified rows using the specified size mode, optionally calculating the heights with the expectation that column widths will subsequently be adjusted.
(Inherited from DataGridView.)
Public methodBeginEdit
Puts the current cell in edit mode.
(Inherited from DataGridView.)
Public methodBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginInvoke(Delegate, Object)
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public methodCancelEdit
Cancels edit mode for the currently selected cell and discards any changes.
(Inherited from DataGridView.)
Public methodClearSelection
Clears the current selection by unselecting all selected cells.
(Inherited from DataGridView.)
Protected methodClearSelection(Int32, Int32, Boolean)
Cancels the selection of all currently selected cells except the one indicated, optionally ensuring that the indicated cell is selected.
(Inherited from DataGridView.)
Public methodCommitEdit
Commits changes in the current cell to the data cache without ending edit mode.
(Inherited from DataGridView.)
Public methodContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Protected methodCreateAccessibilityInstance
Creates a new accessible object for the DataGridView.
(Inherited from DataGridView.)
Protected methodCreateColumnsInstance
Creates and returns a new DataGridViewColumnCollection.
(Inherited from DataGridView.)
Public methodCreateControl
Forces the creation of the visible control, including the creation of the handle and any visible child controls.
(Inherited from Control.)
Protected methodCreateControlsInstance (Inherited from DataGridView.)
Public methodCreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Protected methodCreateHandle
Creates a handle for the control.
(Inherited from Control.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodCreateRowsInstance
Creates and returns a new DataGridViewRowCollection.
(Inherited from DataGridView.)
Protected methodDefWndProc
Sends the specified message to the default window procedure.
(Inherited from Control.)
Protected methodDestroyHandle
Destroys the handle associated with the control.
(Inherited from Control.)
Public methodDisplayedColumnCount
Returns the number of columns displayed to the user.
(Inherited from DataGridView.)
Public methodDisplayedRowCount
Returns the number of rows displayed to the user.
(Inherited from DataGridView.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from DataGridView.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Public methodDrawToBitmap
Supports rendering to the specified bitmap.
(Inherited from Control.)
Public methodEndEdit
Commits and ends the edit operation on the current cell using the default error context.
(Inherited from DataGridView.)
Public methodEndEdit(DataGridViewDataErrorContexts)
Commits and ends the edit operation on the current cell using the specified error context.
(Inherited from DataGridView.)
Public methodEndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public methodFocus
Sets input focus to the control.
(Inherited from Control.)
Protected methodGetAccessibilityObjectById (Inherited from DataGridView.)
Protected methodGetAutoSizeMode
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodGetCellCount
Gets the number of cells that satisfy the provided filter.
(Inherited from DataGridView.)
Public methodGetCellDisplayRectangle
Returns the rectangle that represents the display area for a cell.
(Inherited from DataGridView.)
Public methodGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
Public methodGetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
Public methodGetClipboardContent
Retrieves the formatted values that represent the contents of the selected cells for copying to the Clipboard.
(Inherited from DataGridView.)
Public methodGetColumnDisplayRectangle
Returns the rectangle that represents the display area for a column, as determined by the column index.
(Inherited from DataGridView.)
Public methodGetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Public methodGetRowDisplayRectangle
Returns the rectangle that represents the display area for a row, as determined by the row index.
(Inherited from DataGridView.)
Protected methodGetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from Control.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Protected methodGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from Control.)
Protected methodGetTopLevel
Determines if the control is a top-level control.
(Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHide
Conceals the control from the user.
(Inherited from Control.)
Public methodHitTest
Returns location information, such as row and column indices, given x- and y-coordinates.
(Inherited from DataGridView.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInitLayout
Called after the control has been added to another container.
(Inherited from Control.)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from Control.)
Public methodInvalidate(Region)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from Control.)
Public methodInvalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from Control.)
Public methodInvalidate(Region, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidateCell(DataGridViewCell)
Invalidates the specified cell of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateCell(Int32, Int32)
Invalidates the cell with the specified row and column indexes, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateColumn
Invalidates the specified column of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvalidateRow
Invalidates the specified row of the DataGridView, forcing it to be repainted.
(Inherited from DataGridView.)
Public methodInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Public methodInvoke(Delegate, Object)
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
Protected methodInvokeGotFocus
Raises the GotFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeLostFocus
Raises the LostFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeOnClick
Raises the Click event for the specified control.
(Inherited from Control.)
Protected methodInvokePaint
Raises the Paint event for the specified control.
(Inherited from Control.)
Protected methodInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from Control.)
Protected methodIsInputChar
Determines whether a character is an input character that the DataGridView recognizes.
(Inherited from DataGridView.)
Protected methodIsInputKey (Inherited from DataGridView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodNotifyCurrentCellDirty
Notifies the DataGridView that the current cell has uncommitted changes.
(Inherited from DataGridView.)
Protected methodNotifyInvalidate
Raises the Invalidated event with a specified region of the control to invalidate.
(Inherited from Control.)
Protected methodOnAllowUserToAddRowsChanged
Raises the AllowUserToAddRowsChanged event.
(Inherited from DataGridView.)
Protected methodOnAllowUserToDeleteRowsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToOrderColumnsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToResizeColumnsChanged (Inherited from DataGridView.)
Protected methodOnAllowUserToResizeRowsChanged
Raises the AllowUserToResizeRowsChanged event.
(Inherited from DataGridView.)
Protected methodOnAlternatingRowsDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnAutoGenerateColumnsChanged
Raises the AutoGenerateColumnsChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeChanged
Raises the AutoSizeChanged event.
(Inherited from Control.)
Protected methodOnAutoSizeColumnModeChanged
Raises the AutoSizeColumnModeChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeColumnsModeChanged
Raises the AutoSizeColumnsModeChanged event.
(Inherited from DataGridView.)
Protected methodOnAutoSizeRowsModeChanged
Raises the AutoSizeRowsModeChanged event.
(Inherited from DataGridView.)
Protected methodOnBackColorChanged
Raises the BackColorChanged event.
(Inherited from Control.)
Protected methodOnBackgroundColorChanged
Raises the BackgroundColorChanged event.
(Inherited from DataGridView.)
Protected methodOnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(Inherited from Control.)
Protected methodOnBackgroundImageLayoutChanged (Inherited from Control.)
Protected methodOnBindingContextChanged
Raises the BindingContextChanged event.
(Inherited from DataGridView.)
Protected methodOnBorderStyleChanged
Raises the BorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCancelRowEdit
Raises the CancelRowEdit event.
(Inherited from DataGridView.)
Protected methodOnCausesValidationChanged
Raises the CausesValidationChanged event.
(Inherited from Control.)
Protected methodOnCellBeginEdit
Raises the CellBeginEdit event.
(Inherited from DataGridView.)
Protected methodOnCellBorderStyleChanged
Raises the CellBorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCellClick
Raises the CellClick event.
(Inherited from DataGridView.)
Protected methodOnCellContentClick
Raises the CellContentClick event.
(Inherited from DataGridView.)
Protected methodOnCellContentDoubleClick
Raises the CellContentDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellContextMenuStripChanged
Raises the CellContextMenuStripChanged event.
(Inherited from DataGridView.)
Protected methodOnCellContextMenuStripNeeded
Raises the CellContextMenuStripNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellDoubleClick
Raises the CellDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellEndEdit
Raises the CellEndEdit event.
(Inherited from DataGridView.)
Protected methodOnCellEnter
Raises the CellEnter event.
(Inherited from DataGridView.)
Protected methodOnCellErrorTextChanged
Raises the CellErrorTextChanged event.
(Inherited from DataGridView.)
Protected methodOnCellErrorTextNeeded
Raises the CellErrorTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellFormatting
Raises the CellFormatting event.
(Inherited from DataGridView.)
Protected methodOnCellLeave
Raises the CellLeave event.
(Inherited from DataGridView.)
Protected methodOnCellMouseClick
Raises the CellMouseClick event.
(Inherited from DataGridView.)
Protected methodOnCellMouseDoubleClick
Raises the CellMouseDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnCellMouseDown
Raises the CellMouseDown event.
(Inherited from DataGridView.)
Protected methodOnCellMouseEnter
Raises the CellMouseEnter event.
(Inherited from DataGridView.)
Protected methodOnCellMouseLeave
Raises the CellMouseLeave event.
(Inherited from DataGridView.)
Protected methodOnCellMouseMove
Raises the CellMouseMove event.
(Inherited from DataGridView.)
Protected methodOnCellMouseUp
Raises the CellMouseUp event.
(Inherited from DataGridView.)
Protected methodOnCellPainting
Raises the CellPainting event.
(Inherited from DataGridView.)
Protected methodOnCellParsing
Raises the CellParsing event.
(Inherited from DataGridView.)
Protected methodOnCellStateChanged
Raises the CellStateChanged event.
(Inherited from DataGridView.)
Protected methodOnCellStyleChanged
Raises the CellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnCellStyleContentChanged
Raises the CellStyleContentChanged event.
(Inherited from DataGridView.)
Protected methodOnCellToolTipTextChanged
Raises the CellToolTipTextChanged event.
(Inherited from DataGridView.)
Protected methodOnCellToolTipTextNeeded
Raises the CellToolTipTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellValidated
Raises the CellValidated event.
(Inherited from DataGridView.)
Protected methodOnCellValidating
Raises the CellValidating event.
(Inherited from DataGridView.)
Protected methodOnCellValueChanged
Raises the CellValueChanged event.
(Inherited from DataGridView.)
Protected methodOnCellValueNeeded
Raises the CellValueNeeded event.
(Inherited from DataGridView.)
Protected methodOnCellValuePushed
Raises the CellValuePushed event.
(Inherited from DataGridView.)
Protected methodOnChangeUICues
Raises the ChangeUICues event.
(Inherited from Control.)
Protected methodOnClick
Raises the Click event.
(Inherited from Control.)
Protected methodOnClientSizeChanged
Raises the ClientSizeChanged event.
(Inherited from Control.)
Protected methodOnColumnAdded
Raises the ColumnAdded event.
(Inherited from DataGridView.)
Protected methodOnColumnContextMenuStripChanged (Inherited from DataGridView.)
Protected methodOnColumnDataPropertyNameChanged (Inherited from DataGridView.)
Protected methodOnColumnDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnDisplayIndexChanged
Raises the ColumnDisplayIndexChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnDividerDoubleClick
Raises the ColumnDividerDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnColumnDividerWidthChanged
Raises the ColumnDividerWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderCellChanged
Raises the ColumnHeaderCellChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderMouseClick
Raises the ColumnHeaderMouseClick event.
(Inherited from DataGridView.)
Protected methodOnColumnHeaderMouseDoubleClick (Inherited from DataGridView.)
Protected methodOnColumnHeadersBorderStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnHeadersDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnColumnHeadersHeightChanged
Raises the ColumnHeadersHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnHeadersHeightSizeModeChanged (Inherited from DataGridView.)
Protected methodOnColumnMinimumWidthChanged
Raises the ColumnMinimumWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnNameChanged
Raises the ColumnNameChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnRemoved
Raises the ColumnRemoved event.
(Inherited from DataGridView.)
Protected methodOnColumnSortModeChanged
Raises the ColumnSortModeChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnStateChanged
Raises the ColumnStateChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnToolTipTextChanged
Raises the ColumnToolTipTextChanged event.
(Inherited from DataGridView.)
Protected methodOnColumnWidthChanged
Raises the ColumnWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnContextMenuChanged
Raises the ContextMenuChanged event.
(Inherited from Control.)
Protected methodOnContextMenuStripChanged
Raises the ContextMenuStripChanged event.
(Inherited from Control.)
Protected methodOnControlAdded
Raises the ControlAdded event.
(Inherited from Control.)
Protected methodOnControlRemoved
Raises the ControlRemoved event.
(Inherited from Control.)
Protected methodOnCreateControl
OnCreateControl 재정의 이벤트
(Overrides ControlOnCreateControl.)
Protected methodOnCurrentCellChanged
Raises the CurrentCellChanged event.
(Inherited from DataGridView.)
Protected methodOnCurrentCellDirtyStateChanged (Inherited from DataGridView.)
Protected methodOnCursorChanged
Raises the CursorChanged event and updates the UserSetCursor property if the cursor was changed in user code.
(Inherited from DataGridView.)
Protected methodOnDataBindingComplete
Raises the DataBindingComplete event.
(Inherited from DataGridView.)
Protected methodOnDataError
Raises the DataError event.
(Inherited from DataGridView.)
Protected methodOnDataMemberChanged
Raises the DataMemberChanged event.
(Inherited from DataGridView.)
Protected methodOnDataSourceChanged
Raises the DataSourceChanged event.
(Inherited from DataGridView.)
Protected methodOnDefaultCellStyleChanged
Raises the DefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnDefaultValuesNeeded
Raises the DefaultValuesNeeded event.
(Inherited from DataGridView.)
Protected methodOnDockChanged
Raises the DockChanged event.
(Inherited from Control.)
Protected methodOnDoubleClick
Raises the DoubleClick event.
(Inherited from DataGridView.)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from Control.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from Control.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from Control.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from Control.)
Protected methodOnEditingControlShowing
Raises the EditingControlShowing event.
(Inherited from DataGridView.)
Protected methodOnEditModeChanged
Raises the EditModeChanged event.
(Inherited from DataGridView.)
Protected methodOnEnabledChanged (Inherited from DataGridView.)
Protected methodOnEnter
Raises the Enter event.
(Inherited from DataGridView.)
Protected methodOnFontChanged
Raises the FontChanged event.
(Inherited from DataGridView.)
Protected methodOnForeColorChanged
Raises the ForeColorChanged event.
(Inherited from DataGridView.)
Protected methodOnGiveFeedback
Raises the GiveFeedback event.
(Inherited from Control.)
Protected methodOnGotFocus (Inherited from DataGridView.)
Protected methodOnGridColorChanged
Raises the GridColorChanged event.
(Inherited from DataGridView.)
Protected methodOnHandleCreated
Raises the HandleCreated event.
(Inherited from DataGridView.)
Protected methodOnHandleDestroyed (Inherited from DataGridView.)
Protected methodOnHelpRequested
Raises the HelpRequested event.
(Inherited from Control.)
Protected methodOnImeModeChanged
Raises the ImeModeChanged event.
(Inherited from Control.)
Protected methodOnInvalidated
Raises the Invalidated event.
(Inherited from Control.)
Protected methodOnKeyDown
Raises the KeyDown event.
(Inherited from DataGridView.)
Protected methodOnKeyPress
Raises the KeyPress event.
(Inherited from DataGridView.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from DataGridView.)
Protected methodOnLayout
Raises the Layout event.
(Inherited from DataGridView.)
Protected methodOnLeave
Raises the Leave event.
(Inherited from DataGridView.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from Control.)
Protected methodOnLostFocus (Inherited from DataGridView.)
Protected methodOnMarginChanged
Raises the MarginChanged event.
(Inherited from Control.)
Protected methodOnMouseCaptureChanged
Raises the MouseCaptureChanged event.
(Inherited from Control.)
Protected methodOnMouseClick
Raises the MouseClick event.
(Inherited from DataGridView.)
Protected methodOnMouseDoubleClick (Inherited from DataGridView.)
Protected methodOnMouseDown
Raises the MouseDown event.
(Inherited from DataGridView.)
Protected methodOnMouseEnter (Inherited from DataGridView.)
Protected methodOnMouseHover
Raises the MouseHover event.
(Inherited from Control.)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Inherited from DataGridView.)
Protected methodOnMouseMove
Raises the MouseMove event.
(Inherited from DataGridView.)
Protected methodOnMouseUp
Raises the MouseUp event.
(Inherited from DataGridView.)
Protected methodOnMouseWheel (Inherited from DataGridView.)
Protected methodOnMove
Raises the Move event.
(Inherited from Control.)
Protected methodOnMultiSelectChanged
Raises the MultiSelectChanged event.
(Inherited from DataGridView.)
Protected methodOnNewRowNeeded
Raises the NewRowNeeded event.
(Inherited from DataGridView.)
Protected methodOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from Control.)
Protected methodOnPaddingChanged
Raises the PaddingChanged event.
(Inherited from Control.)
Protected methodOnPaint
Raises the Paint event.
(Inherited from DataGridView.)
Protected methodOnPaintBackground
Paints the background of the control.
(Inherited from Control.)
Protected methodOnParentBackColorChanged
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBackgroundImageChanged
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBindingContextChanged
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentChanged
Raises the ParentChanged event.
(Inherited from Control.)
Protected methodOnParentCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentFontChanged
Raises the FontChanged event when the Font property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentForeColorChanged
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentRightToLeftChanged
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentVisibleChanged
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Inherited from Control.)
Protected methodOnPreviewKeyDown
Raises the PreviewKeyDown event.
(Inherited from Control.)
Protected methodOnPrint
Raises the Paint event.
(Inherited from Control.)
Protected methodOnQueryContinueDrag
Raises the QueryContinueDrag event.
(Inherited from Control.)
Protected methodOnReadOnlyChanged
Raises the ReadOnlyChanged event.
(Inherited from DataGridView.)
Protected methodOnRegionChanged
Raises the RegionChanged event.
(Inherited from Control.)
Protected methodOnResize
Raises the Resize event.
(Inherited from DataGridView.)
Protected methodOnRightToLeftChanged (Inherited from DataGridView.)
Protected methodOnRowContextMenuStripChanged
Raises the RowContextMenuStripChanged event.
(Inherited from DataGridView.)
Protected methodOnRowContextMenuStripNeeded
Raises the RowContextMenuStripNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowDefaultCellStyleChanged
Raises the RowDefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowDirtyStateNeeded
Raises the RowDirtyStateNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowDividerDoubleClick
Raises the RowDividerDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnRowDividerHeightChanged
Raises the RowDividerHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowEnter
Raises the RowEnter event.
(Inherited from DataGridView.)
Protected methodOnRowErrorTextChanged
Raises the RowErrorTextChanged event.
(Inherited from DataGridView.)
Protected methodOnRowErrorTextNeeded
Raises the RowErrorTextNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderCellChanged
Raises the RowHeaderCellChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderMouseClick
Raises the RowHeaderMouseClick event.
(Inherited from DataGridView.)
Protected methodOnRowHeaderMouseDoubleClick
Raises the RowHeaderMouseDoubleClick event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersBorderStyleChanged
Raises the RowHeadersBorderStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersDefaultCellStyleChanged (Inherited from DataGridView.)
Protected methodOnRowHeadersWidthChanged
Raises the RowHeadersWidthChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeadersWidthSizeModeChanged (Inherited from DataGridView.)
Protected methodOnRowHeightChanged
Raises the RowHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowHeightInfoNeeded
Raises the RowHeightInfoNeeded event.
(Inherited from DataGridView.)
Protected methodOnRowHeightInfoPushed
Raises the RowHeightInfoPushed event.
(Inherited from DataGridView.)
Protected methodOnRowLeave
Raises the RowLeave event.
(Inherited from DataGridView.)
Protected methodOnRowMinimumHeightChanged
Raises the RowMinimumHeightChanged event.
(Inherited from DataGridView.)
Protected methodOnRowPostPaint
OnRowPostPaint 재정의 이벤트
(Overrides DataGridViewOnRowPostPaint(DataGridViewRowPostPaintEventArgs).)
Protected methodOnRowPrePaint
Raises the RowPrePaint event.
(Inherited from DataGridView.)
Protected methodOnRowsAdded
Raises the RowsAdded event.
(Inherited from DataGridView.)
Protected methodOnRowsDefaultCellStyleChanged
Raises the RowsDefaultCellStyleChanged event.
(Inherited from DataGridView.)
Protected methodOnRowsRemoved
Raises the RowsRemoved event.
(Inherited from DataGridView.)
Protected methodOnRowStateChanged
Raises the RowStateChanged event.
(Inherited from DataGridView.)
Protected methodOnRowUnshared
Raises the RowUnshared event.
(Inherited from DataGridView.)
Protected methodOnRowValidated
Raises the RowValidated event.
(Inherited from DataGridView.)
Protected methodOnRowValidating
Raises the RowValidating event.
(Inherited from DataGridView.)
Protected methodOnScroll
Raises the Scroll event.
(Inherited from DataGridView.)
Protected methodOnSelectionChanged
Raises the SelectionChanged event.
(Inherited from DataGridView.)
Protected methodOnSizeChanged
Raises the SizeChanged event.
(Inherited from Control.)
Protected methodOnSortCompare
Raises the SortCompare event.
(Inherited from DataGridView.)
Protected methodOnSorted
Raises the Sorted event.
(Inherited from DataGridView.)
Protected methodOnStyleChanged
Raises the StyleChanged event.
(Inherited from Control.)
Protected methodOnSystemColorsChanged
Raises the SystemColorsChanged event.
(Inherited from Control.)
Protected methodOnTabIndexChanged
Raises the TabIndexChanged event.
(Inherited from Control.)
Protected methodOnTabStopChanged
Raises the TabStopChanged event.
(Inherited from Control.)
Protected methodOnTextChanged
Raises the TextChanged event.
(Inherited from Control.)
Protected methodOnUserAddedRow
Raises the UserAddedRow event.
(Inherited from DataGridView.)
Protected methodOnUserDeletedRow
Raises the UserDeletedRow event.
(Inherited from DataGridView.)
Protected methodOnUserDeletingRow
Raises the UserDeletingRow event.
(Inherited from DataGridView.)
Protected methodOnValidated
Raises the Validated event.
(Inherited from Control.)
Protected methodOnValidating
Raises the Validating event.
(Inherited from DataGridView.)
Protected methodOnVisibleChanged (Inherited from DataGridView.)
Protected methodPaintBackground
Paints the background of the DataGridView.
(Inherited from DataGridView.)
Public methodPerformLayout
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public methodPointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public methodPreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public methodPreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Protected methodProcessAKey
Processes the A key.
(Inherited from DataGridView.)
Protected methodProcessCmdKey
Processes a command key.
(Inherited from Control.)
Protected methodProcessDataGridViewKey
Processes keys used for navigating in the DataGridView.
(Inherited from DataGridView.)
Protected methodProcessDeleteKey
Processes the DELETE key.
(Inherited from DataGridView.)
Protected methodProcessDialogChar
Processes a dialog character.
(Inherited from Control.)
Protected methodProcessDialogKey
Processes keys, such as the TAB, ESCAPE, ENTER, and ARROW keys, used to control dialog boxes.
(Inherited from DataGridView.)
Protected methodProcessDownKey
Processes the DOWN ARROW key.
(Inherited from DataGridView.)
Protected methodProcessEndKey
Processes the END key.
(Inherited from DataGridView.)
Protected methodProcessEnterKey
Processes the ENTER key.
(Inherited from DataGridView.)
Protected methodProcessEscapeKey
Processes the ESC key.
(Inherited from DataGridView.)
Protected methodProcessF2Key
Processes the F2 key.
(Inherited from DataGridView.)
Protected methodProcessHomeKey
Processes the HOME key.
(Inherited from DataGridView.)
Protected methodProcessInsertKey
Processes the INSERT key.
(Inherited from DataGridView.)
Protected methodProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from DataGridView.)
Protected methodProcessKeyMessage
Processes a keyboard message.
(Inherited from Control.)
Protected methodProcessKeyPreview
Previews a keyboard message.
(Inherited from DataGridView.)
Protected methodProcessLeftKey
Processes the LEFT ARROW key.
(Inherited from DataGridView.)
Protected methodProcessMnemonic
Processes a mnemonic character.
(Inherited from Control.)
Protected methodProcessNextKey
Processes the PAGE DOWN key.
(Inherited from DataGridView.)
Protected methodProcessPriorKey
Processes the PAGE UP key.
(Inherited from DataGridView.)
Protected methodProcessRightKey
Processes the RIGHT ARROW key.
(Inherited from DataGridView.)
Protected methodProcessSpaceKey
Processes the SPACEBAR.
(Inherited from DataGridView.)
Protected methodProcessTabKey
Processes the TAB key.
(Inherited from DataGridView.)
Protected methodProcessUpKey
Processes the UP ARROW key.
(Inherited from DataGridView.)
Protected methodProcessZeroKey
Processes the 0 key.
(Inherited from DataGridView.)
Protected methodRaiseDragEvent
Raises the appropriate drag event.
(Inherited from Control.)
Protected methodRaiseKeyEvent
Raises the appropriate key event.
(Inherited from Control.)
Protected methodRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from Control.)
Protected methodRaisePaintEvent
Raises the appropriate paint event.
(Inherited from Control.)
Protected methodRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from Control.)
Public methodRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public methodRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public methodRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Public methodRefreshEdit
Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value.
(Inherited from DataGridView.)
Protected methodResetMouseEventArgs
Resets the control to handle the MouseLeave event.
(Inherited from Control.)
Public methodResumeLayout
Resumes usual layout logic.
(Inherited from Control.)
Public methodResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateContent
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateHorizontal
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateLeftRight
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Public methodScale
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
Protected methodScaleControl
Scales a control's location, size, padding and margin.
(Inherited from Control.)
Public methodSelect
Activates the control.
(Inherited from Control.)
Protected methodSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from Control.)
Public methodSelectAll
Selects all the cells in the DataGridView.
(Inherited from DataGridView.)
Public methodSelectNextControl
Activates the next control.
(Inherited from Control.)
Public methodSendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Protected methodSetAutoSizeMode
Sets a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
Protected methodSetBoundsCore (Inherited from DataGridView.)
Protected methodSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from Control.)
Protected methodSetCurrentCellAddressCore
Sets the currently active cell.
(Inherited from DataGridView.)
Protected methodSetSelectedCellCore
Changes the selection state of the cell with the specified row and column indexes.
(Inherited from DataGridView.)
Protected methodSetSelectedColumnCore
Changes the selection state of the column with the specified index.
(Inherited from DataGridView.)
Protected methodSetSelectedRowCore
Changes the selection state of the row with the specified index.
(Inherited from DataGridView.)
Protected methodSetStyle
Sets a specified ControlStyles flag to either true or false.
(Inherited from Control.)
Protected methodSetTopLevel
Sets the control as the top-level control.
(Inherited from Control.)
Protected methodSetVisibleCore
Sets the control to the specified visible state.
(Inherited from Control.)
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Protected methodSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from Control.)
Public methodSort(IComparer)
Sorts the contents of the DataGridView control using an implementation of the IComparer interface.
(Inherited from DataGridView.)
Public methodSort(DataGridViewColumn, ListSortDirection)
Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column.
(Inherited from DataGridView.)
Public methodSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)
Protected methodUpdateBounds
Updates the bounds of the control with the current size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from Control.)
Public methodUpdateCellErrorText
Forces the cell at the specified location to update its error text.
(Inherited from DataGridView.)
Public methodUpdateCellValue
Forces the control to update its display of the cell at the specified location based on its new value, applying any automatic sizing modes currently in effect.
(Inherited from DataGridView.)
Public methodUpdateRowErrorText(Int32)
Forces the row at the given row index to update its error text.
(Inherited from DataGridView.)
Public methodUpdateRowErrorText(Int32, Int32)
Forces the rows in the given range to update their error text.
(Inherited from DataGridView.)
Public methodUpdateRowHeightInfo
Forces the specified row or rows to update their height information.
(Inherited from DataGridView.)
Protected methodUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from Control.)
Protected methodUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from Control.)
Protected methodWndProc
Processes window messages.
(Inherited from DataGridView.)
Top
See Also