|
AccessibilityNotifyClients(AccessibleEvents, Int32) |
就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) |
|
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) |
就指定的子控件的指定 AccessibleEvents 通知辅助功能客户端应用程序。 (继承自 Control。) |
|
AccessibilityNotifyCurrentCellChanged |
当新单元格成为当前的单元格时,通知可访问的客户端应用程序。 (继承自 DataGridView。) |
|
Activate |
激活 DataGridView。 |
|
AdjustColumnHeaderBorderStyle |
为当前正在绘制的 DataGridView 的列标题单元格调整 DataGridViewAdvancedBorderStyle。 (继承自 DataGridView。) |
|
AreAllCellsSelected |
返回一个值,该值指示当前是否选择了所有的 DataGridView 单元格。 (继承自 DataGridView。) |
|
AutoResizeColumn(Int32) |
调整指定列的宽度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) |
|
AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode) |
使用指定的大小调整模式调整指定列的宽度。 (继承自 DataGridView。) |
|
AutoResizeColumn(Int32, DataGridViewAutoSizeColumnMode, Boolean) |
使用指定的大小调整模式调整指定列的宽度,还可以选择在行高随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) |
|
AutoResizeColumnHeadersHeight() |
调整列标题的高度以适应最大列标题的内容。 (继承自 DataGridView。) |
|
AutoResizeColumnHeadersHeight(Int32) |
基于指定列中的标题内容的更改来调整列标题的高度。 (继承自 DataGridView。) |
|
AutoResizeColumnHeadersHeight(Boolean, Boolean) |
调整列标题的高度以适应其内容,还可以选择在列和/或行标题的宽度随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) |
|
AutoResizeColumnHeadersHeight(Int32, Boolean, Boolean) |
基于指定列中标题内容的更改来调整列标题的高度,还可以选择在列和/或行标题的宽度随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) |
|
AutoResizeColumns() |
调整所有列的宽度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) |
|
AutoResizeColumns(DataGridViewAutoSizeColumnsMode) |
使用指定的大小调整模式调整所有列的宽度。 (继承自 DataGridView。) |
|
AutoResizeColumns(DataGridViewAutoSizeColumnsMode, Boolean) |
使用指定的大小调整模式调整所有列的宽度,还可以选择在行高随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) |
|
AutoResizeRow(Int32) |
调整指定行的高度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) |
|
AutoResizeRow(Int32, DataGridViewAutoSizeRowMode) |
使用指定的大小调整模式调整指定行的高度。 (继承自 DataGridView。) |
|
AutoResizeRow(Int32, DataGridViewAutoSizeRowMode, Boolean) |
使用指定的大小调整模式调整指定行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) |
|
AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode) |
使用指定的大小调整模式调整行标题的宽度。 (继承自 DataGridView。) |
|
AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode) |
使用指定的大小调整模式,基于指定行中标题内容的更改调整行标题的宽度。 (继承自 DataGridView。) |
|
AutoResizeRowHeadersWidth(DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) |
使用指定的大小调整模式调整行标题的宽度,还可以选择在行和/或列标题的高度随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) |
|
AutoResizeRowHeadersWidth(Int32, DataGridViewRowHeadersWidthSizeMode, Boolean, Boolean) |
使用指定的大小调整模式基于指定行中标题内容的更改来调整行标题的宽度,还可以选择在列和/或行标题的高度随后进行调整的假定条件下计算宽度。 (继承自 DataGridView。) |
|
AutoResizeRows() |
调整所有行的高度以适应其所有单元格(包括标题单元格)的内容。 (继承自 DataGridView。) |
|
AutoResizeRows(DataGridViewAutoSizeRowsMode) |
使用指定的大小调整模式值调整行高。 (继承自 DataGridView。) |
|
AutoResizeRows(DataGridViewAutoSizeRowsMode, Boolean) |
使用指定的大小调整模式调整所有行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) |
|
AutoResizeRows(Int32, Int32, DataGridViewAutoSizeRowMode, Boolean) |
使用指定的大小调整模式调整指定行的高度,还可以选择在列宽随后进行调整的假定条件下计算高度。 (继承自 DataGridView。) |
|
BeginEdit |
将当前的单元格置于编辑模式下。 (继承自 DataGridView。) |
|
BeginInvoke(Delegate) |
在创建控件的基础句柄所在线程上异步执行指定委托。 (继承自 Control。) |
|
BeginInvoke(Delegate, array<Object[]) |
在创建控件的基础句柄所在线程上,用指定的参数异步执行指定委托。 (继承自 Control。) |
|
BringToFront |
将 DataGridView 置于 Z 顺序的顶层。 |
|
CancelEdit |
取消当前选定单元格的编辑模式并丢弃所有更改。 (继承自 DataGridView。) |
|
ClearSelection() |
通过取消选择所有的选定单元格来清除当前的选择。 (继承自 DataGridView。) |
|
ClearSelection(Int32, Int32, Boolean) |
取消选择当前选定的所有单元格(所指示的单元格除外),可以选择确保所指示的单元格处于选定状态。 (继承自 DataGridView。) |
|
CommitEdit |
将当前单元格中的更改提交到数据缓存,但不结束编辑模式。 (继承自 DataGridView。) |
|
Contains |
检索一个值,该值指示指定控件是否为一个控件的子控件。 (继承自 Control。) |
|
CopyPicture |
将 DataGridView 作为图片复制到剪贴板。 |
|
CreateAccessibilityInstance |
为 DataGridView 创建一个新的辅助性对象。 (继承自 DataGridView。) |
|
CreateColumnsInstance |
创建并返回一个新的 DataGridViewColumnCollection。 (继承自 DataGridView。) |
|
CreateControl |
强制创建可见控件,包括创建句柄和任何可见子控件。 (继承自 Control。) |
|
CreateControlsInstance |
创建并返回一个新的 Control.ControlCollection,该集合可以强制转换为 DataGridView.DataGridViewControlCollection 类型。 (继承自 DataGridView。) |
|
CreateGraphics |
为控件创建 Graphics。 (继承自 Control。) |
|
CreateHandle |
为该控件创建句柄。 (继承自 Control。) |
|
CreateObjRef |
创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。) |
|
CreateRowsInstance |
创建并返回一个新的 DataGridViewRowCollection。 (继承自 DataGridView。) |
|
DefWndProc |
向默认窗口过程发送指定消息。 (继承自 Control。) |
|
Delete |
从工作表中删除动态创建的 DataGridView 并将其从 ControlCollection 中移除。 |
|
DestroyHandle |
毁坏与该控件关联的句柄。 (继承自 Control。) |
|
DisplayedColumnCount |
返回向用户显示的列数。 (继承自 DataGridView。) |
|
DisplayedRowCount |
返回向用户显示的行数。 (继承自 DataGridView。) |
|
Dispose() |
释放由 Component 使用的所有资源。 (继承自 Component。) |
|
Dispose(Boolean) |
释放由 DataGridView 使用的非托管资源,并可选择释放托管资源。 (重写 DataGridView.Dispose(Boolean)。) |
|
DoDragDrop |
开始拖放操作。 (继承自 Control。) |
|
DrawToBitmap |
支持呈现到指定的位图。 (继承自 Control。) |
|
EndEdit() |
使用默认错误上下文提交对当前单元格进行的编辑并结束编辑操作。 (继承自 DataGridView。) |
|
EndEdit(DataGridViewDataErrorContexts) |
使用指定的错误上下文提交对当前单元格进行的编辑并结束编辑操作。 (继承自 DataGridView。) |
|
EndInvoke |
检索由传递的 IAsyncResult 表示的异步操作的返回值。 (继承自 Control。) |
|
Equals |
确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) |
|
Finalize |
在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (继承自 Component。) |
|
FindForm |
检索控件所在的窗体。 (继承自 Control。) |
|
Focus |
为控件设置输入焦点。 (继承自 Control。) |
|
GetAccessibilityObjectById |
检索指定的 AccessibleObject。 (继承自 DataGridView。) |
|
GetAutoSizeMode |
检索一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) |
|
GetCellCount |
获取满足所提供筛选器的单元格的数目。 (继承自 DataGridView。) |
|
GetCellDisplayRectangle |
返回表示单元格显示区域的矩形。 (继承自 DataGridView。) |
|
GetChildAtPoint(Point) |
检索位于指定坐标处的子控件。 (继承自 Control。) |
|
GetChildAtPoint(Point, GetChildAtPointSkip) |
检索位于指定坐标的子控件,并且指定是否忽略特定类型的子控件。 (继承自 Control。) |
|
GetClipboardContent |
检索表示选定单元格内容的格式化值,以便将其复制到 Clipboard。 (继承自 DataGridView。) |
|
GetColumnDisplayRectangle |
返回表示某一列(由列索引确定)的显示区域的矩形。 (继承自 DataGridView。) |
|
GetContainerControl |
沿着控件的父控件链向上,返回下一个 ContainerControl。 (继承自 Control。) |
|
GetHashCode |
用作特定类型的哈希函数。 (继承自 Object。) |
|
GetLifetimeService |
检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject。) |
|
GetNextControl |
按照子控件的 Tab 键顺序向前或向后检索下一个控件。 (继承自 Control。) |
|
GetPreferredSize |
检索适合控件的矩形区域的大小。 (继承自 Control。) |
|
GetRowDisplayRectangle |
返回表示某一行(由行索引确定)的显示区域的矩形。 (继承自 DataGridView。) |
|
GetScaledBounds |
检索缩放控件时的边界。 (继承自 Control。) |
|
GetService |
返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (继承自 Component。) |
|
GetStyle |
为控件检索指定控件样式位的值。 (继承自 Control。) |
|
GetTopLevel |
确定控件是否是顶级控件。 (继承自 Control。) |
|
GetType |
获取当前实例的 Type。 (继承自 Object。) |
|
Hide |
对用户隐藏控件。 (继承自 Control。) |
|
HitTest |
在给定了 x 坐标和 y 坐标的情况下返回位置信息,例如,行索引和列索引。 (继承自 DataGridView。) |
|
InitializeLifetimeService |
获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。) |
|
InitLayout |
在将控件添加到另一个容器之后调用。 (继承自 Control。) |
|
Invalidate() |
使控件的整个图面无效并导致重绘控件。 (继承自 Control。) |
|
Invalidate(Region) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) |
|
Invalidate(Boolean) |
使控件的特定区域无效并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) |
|
Invalidate(Rectangle) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。 (继承自 Control。) |
|
Invalidate(Region, Boolean) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) |
|
Invalidate(Rectangle, Boolean) |
使控件的指定区域无效(将其添加到控件的更新区域,下次绘制操作时将重新绘制更新区域),并向控件发送绘制消息。还可以使分配给该控件的子控件无效。 (继承自 Control。) |
|
InvalidateCell(DataGridViewCell) |
使 DataGridView 中的指定单元格无效,并强制对它进行重新绘制。 (继承自 DataGridView。) |
|
InvalidateCell(Int32, Int32) |
使具有指定的行索引和列索引的单元格无效,并强制对它进行重新绘制。 (继承自 DataGridView。) |
|
InvalidateColumn |
使 DataGridView 中的指定列无效,并强制对它进行重新绘制。 (继承自 DataGridView。) |
|
InvalidateRow |
使 DataGridView 中的指定行无效,并强制对它进行重新绘制。 (继承自 DataGridView。) |
|
Invoke(Delegate) |
在拥有此控件的基础窗口句柄的线程上执行指定的委托。 (继承自 Control。) |
|
Invoke(Delegate, array<Object[]) |
在拥有控件的基础窗口句柄的线程上,用指定的参数列表执行指定委托。 (继承自 Control。) |
|
InvokeGotFocus |
为指定的控件引发 GotFocus 事件。 (继承自 Control。) |
|
InvokeLostFocus |
为指定的控件引发 LostFocus 事件。 (继承自 Control。) |
|
InvokeOnClick |
为指定的控件引发 Click 事件。 (继承自 Control。) |
|
InvokePaint |
为指定的控件引发 Paint 事件。 (继承自 Control。) |
|
InvokePaintBackground |
为指定的控件引发 PaintBackground 事件。 (继承自 Control。) |
|
IsInputChar |
确定字符是否为 DataGridView 可识别的输入字符。 (继承自 DataGridView。) |
|
IsInputKey |
确定指定的键是常规输入键还是需要预处理的特殊键。 (继承自 DataGridView。) |
|
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object。) |
|
MemberwiseClone(Boolean) |
创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject。) |
|
NotifyCurrentCellDirty |
通知 DataGridView 当前单元格有未提交的更改。 (继承自 DataGridView。) |
|
NotifyInvalidate |
基础结构。引发 Invalidated 事件,其中带有要使之无效的控件的指定区域。 (继承自 Control。) |
|
OnAllowUserToAddRowsChanged |
引发 AllowUserToAddRowsChanged 事件。 (继承自 DataGridView。) |
|
OnAllowUserToDeleteRowsChanged |
引发 AllowUserToDeleteRowsChanged 事件。 (继承自 DataGridView。) |
|
OnAllowUserToOrderColumnsChanged |
引发 AllowUserToOrderColumnsChanged 事件。 (继承自 DataGridView。) |
|
OnAllowUserToResizeColumnsChanged |
引发 AllowUserToResizeColumnsChanged 事件。 (继承自 DataGridView。) |
|
OnAllowUserToResizeRowsChanged |
引发 AllowUserToResizeRowsChanged 事件。 (继承自 DataGridView。) |
|
OnAlternatingRowsDefaultCellStyleChanged |
引发 AlternatingRowsDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnAutoGenerateColumnsChanged |
引发 AutoGenerateColumnsChanged 事件。 (继承自 DataGridView。) |
|
OnAutoSizeChanged |
引发 AutoSizeChanged 事件。 (继承自 Control。) |
|
OnAutoSizeColumnModeChanged |
引发 AutoSizeColumnModeChanged 事件。 (继承自 DataGridView。) |
|
OnAutoSizeColumnsModeChanged |
引发 AutoSizeColumnsModeChanged 事件。 (继承自 DataGridView。) |
|
OnAutoSizeRowsModeChanged |
引发 AutoSizeRowsModeChanged 事件。 (继承自 DataGridView。) |
|
OnBackColorChanged |
引发 BackColorChanged 事件。 (继承自 Control。) |
|
OnBackgroundColorChanged |
引发 BackgroundColorChanged 事件。 (继承自 DataGridView。) |
|
OnBackgroundImageChanged |
引发 BackgroundImageChanged 事件。 (继承自 Control。) |
|
OnBackgroundImageLayoutChanged |
引发 BackgroundImageLayoutChanged 事件。 (继承自 Control。) |
|
OnBindingContextChanged |
引发 BindingContextChanged 事件。 (继承自 DataGridView。) |
|
OnBorderStyleChanged |
引发 BorderStyleChanged 事件。 (继承自 DataGridView。) |
|
OnCancelRowEdit |
引发 CancelRowEdit 事件。 (继承自 DataGridView。) |
|
OnCausesValidationChanged |
引发 CausesValidationChanged 事件。 (继承自 Control。) |
|
OnCellBeginEdit |
引发 CellBeginEdit 事件。 (继承自 DataGridView。) |
|
OnCellBorderStyleChanged |
引发 CellBorderStyleChanged 事件。 (继承自 DataGridView。) |
|
OnCellClick |
引发 CellClick 事件。 (继承自 DataGridView。) |
|
OnCellContentClick |
引发 CellContentClick 事件。 (继承自 DataGridView。) |
|
OnCellContentDoubleClick |
引发 CellContentDoubleClick 事件。 (继承自 DataGridView。) |
|
OnCellContextMenuStripChanged |
引发 CellContextMenuStripChanged 事件。 (继承自 DataGridView。) |
|
OnCellContextMenuStripNeeded |
引发 CellContextMenuStripNeeded 事件。 (继承自 DataGridView。) |
|
OnCellDoubleClick |
引发 CellDoubleClick 事件。 (继承自 DataGridView。) |
|
OnCellEndEdit |
引发 CellEndEdit 事件。 (继承自 DataGridView。) |
|
OnCellEnter |
引发 CellEnter 事件。 (继承自 DataGridView。) |
|
OnCellErrorTextChanged |
引发 CellErrorTextChanged 事件。 (继承自 DataGridView。) |
|
OnCellErrorTextNeeded |
引发 CellErrorTextNeeded 事件。 (继承自 DataGridView。) |
|
OnCellFormatting |
引发 CellFormatting 事件。 (继承自 DataGridView。) |
|
OnCellLeave |
引发 CellLeave 事件。 (继承自 DataGridView。) |
|
OnCellMouseClick |
引发 CellMouseClick 事件。 (继承自 DataGridView。) |
|
OnCellMouseDoubleClick |
引发 CellMouseDoubleClick 事件。 (继承自 DataGridView。) |
|
OnCellMouseDown |
引发 CellMouseDown 事件。 (继承自 DataGridView。) |
|
OnCellMouseEnter |
引发 CellMouseEnter 事件。 (继承自 DataGridView。) |
|
OnCellMouseLeave |
引发 CellMouseLeave 事件。 (继承自 DataGridView。) |
|
OnCellMouseMove |
引发 CellMouseMove 事件。 (继承自 DataGridView。) |
|
OnCellMouseUp |
引发 CellMouseUp 事件。 (继承自 DataGridView。) |
|
OnCellPainting |
引发 CellPainting 事件。 (继承自 DataGridView。) |
|
OnCellParsing |
引发 CellParsing 事件。 (继承自 DataGridView。) |
|
OnCellStateChanged |
引发 CellStateChanged 事件。 (继承自 DataGridView。) |
|
OnCellStyleChanged |
引发 CellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnCellStyleContentChanged |
引发 CellStyleContentChanged 事件。 (继承自 DataGridView。) |
|
OnCellToolTipTextChanged |
引发 CellToolTipTextChanged 事件。 (继承自 DataGridView。) |
|
OnCellToolTipTextNeeded |
引发 CellToolTipTextNeeded 事件。 (继承自 DataGridView。) |
|
OnCellValidated |
引发 CellValidated 事件。 (继承自 DataGridView。) |
|
OnCellValidating |
引发 CellValidating 事件。 (继承自 DataGridView。) |
|
OnCellValueChanged |
引发 CellValueChanged 事件。 (继承自 DataGridView。) |
|
OnCellValueNeeded |
引发 CellValueNeeded 事件。 (继承自 DataGridView。) |
|
OnCellValuePushed |
引发 CellValuePushed 事件。 (继承自 DataGridView。) |
|
OnChangeUICues |
引发 ChangeUICues 事件。 (继承自 Control。) |
|
OnClick |
引发 Click 事件。 (继承自 Control。) |
|
OnClientSizeChanged |
引发 ClientSizeChanged 事件。 (继承自 Control。) |
|
OnColumnAdded |
引发 ColumnAdded 事件。 (继承自 DataGridView。) |
|
OnColumnContextMenuStripChanged |
引发 ColumnContextMenuStripChanged 事件。 (继承自 DataGridView。) |
|
OnColumnDataPropertyNameChanged |
引发 ColumnDataPropertyNameChanged 事件。 (继承自 DataGridView。) |
|
OnColumnDefaultCellStyleChanged |
引发 ColumnDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnColumnDisplayIndexChanged |
引发 ColumnDisplayIndexChanged 事件。 (继承自 DataGridView。) |
|
OnColumnDividerDoubleClick |
引发 ColumnDividerDoubleClick 事件。 (继承自 DataGridView。) |
|
OnColumnDividerWidthChanged |
引发 ColumnDividerWidthChanged 事件。 (继承自 DataGridView。) |
|
OnColumnHeaderCellChanged |
引发 ColumnHeaderCellChanged 事件。 (继承自 DataGridView。) |
|
OnColumnHeaderMouseClick |
引发 ColumnHeaderMouseClick 事件。 (继承自 DataGridView。) |
|
OnColumnHeaderMouseDoubleClick |
引发 ColumnHeaderMouseDoubleClick 事件。 (继承自 DataGridView。) |
|
OnColumnHeadersBorderStyleChanged |
引发 ColumnHeadersBorderStyleChanged 事件。 (继承自 DataGridView。) |
|
OnColumnHeadersDefaultCellStyleChanged |
引发 ColumnHeadersDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnColumnHeadersHeightChanged |
引发 ColumnHeadersHeightChanged 事件。 (继承自 DataGridView。) |
|
OnColumnHeadersHeightSizeModeChanged |
引发 ColumnHeadersHeightSizeModeChanged 事件。 (继承自 DataGridView。) |
|
OnColumnMinimumWidthChanged |
引发 ColumnMinimumWidthChanged 事件。 (继承自 DataGridView。) |
|
OnColumnNameChanged |
引发 ColumnNameChanged 事件。 (继承自 DataGridView。) |
|
OnColumnRemoved |
引发 ColumnRemoved 事件。 (继承自 DataGridView。) |
|
OnColumnSortModeChanged |
引发 ColumnSortModeChanged 事件。 (继承自 DataGridView。) |
|
OnColumnStateChanged |
引发 ColumnStateChanged 事件。 (继承自 DataGridView。) |
|
OnColumnToolTipTextChanged |
引发 ColumnToolTipTextChanged 事件。 (继承自 DataGridView。) |
|
OnColumnWidthChanged |
引发 ColumnWidthChanged 事件。 (继承自 DataGridView。) |
|
OnContextMenuChanged |
引发 ContextMenuChanged 事件。 (继承自 Control。) |
|
OnContextMenuStripChanged |
引发 ContextMenuStripChanged 事件。 (继承自 Control。) |
|
OnControlAdded |
引发 ControlAdded 事件。 (继承自 Control。) |
|
OnControlRemoved |
引发 ControlRemoved 事件。 (继承自 Control。) |
|
OnCreateControl |
引发 CreateControl 方法。 (继承自 Control。) |
|
OnCurrentCellChanged |
引发 CurrentCellChanged 事件。 (继承自 DataGridView。) |
|
OnCurrentCellDirtyStateChanged |
引发 CurrentCellDirtyStateChanged 事件。 (继承自 DataGridView。) |
|
OnCursorChanged |
如果光标在用户代码中更改,将会引发 CursorChanged 事件并更新 UserSetCursor 属性。 (继承自 DataGridView。) |
|
OnDataBindingComplete |
引发 DataBindingComplete 事件。 (继承自 DataGridView。) |
|
OnDataError |
引发 DataError 事件。 (继承自 DataGridView。) |
|
OnDataMemberChanged |
引发 DataMemberChanged 事件。 (继承自 DataGridView。) |
|
OnDataSourceChanged |
引发 DataSourceChanged 事件。 (继承自 DataGridView。) |
|
OnDefaultCellStyleChanged |
引发 DefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnDefaultValuesNeeded |
引发 DefaultValuesNeeded 事件。 (继承自 DataGridView。) |
|
OnDockChanged |
引发 DockChanged 事件。 (继承自 Control。) |
|
OnDoubleClick |
引发 DoubleClick 事件。 (继承自 DataGridView。) |
|
OnDragDrop |
引发 DragDrop 事件。 (继承自 Control。) |
|
OnDragEnter |
引发 DragEnter 事件。 (继承自 Control。) |
|
OnDragLeave |
引发 DragLeave 事件。 (继承自 Control。) |
|
OnDragOver |
引发 DragOver 事件。 (继承自 Control。) |
|
OnEditingControlShowing |
引发 EditingControlShowing 事件。 (继承自 DataGridView。) |
|
OnEditModeChanged |
引发 EditModeChanged 事件。 (继承自 DataGridView。) |
|
OnEnabledChanged |
引发 EnabledChanged 事件。 (继承自 DataGridView。) |
|
OnEnter |
引发 Enter 事件。 (继承自 DataGridView。) |
|
OnFontChanged |
引发 FontChanged 事件。 (继承自 DataGridView。) |
|
OnForeColorChanged |
引发 ForeColorChanged 事件。 (继承自 DataGridView。) |
|
OnGiveFeedback |
引发 GiveFeedback 事件。 (继承自 Control。) |
|
OnGotFocus |
引发 GotFocus 事件。 (继承自 DataGridView。) |
|
OnGridColorChanged |
引发 GridColorChanged 事件。 (继承自 DataGridView。) |
|
OnHandleCreated |
引发 HandleCreated 事件。 (继承自 DataGridView。) |
|
OnHandleDestroyed |
引发 HandleDestroyed 事件。 (继承自 DataGridView。) |
|
OnHelpRequested |
引发 HelpRequested 事件。 (继承自 Control。) |
|
OnImeModeChanged |
引发 ImeModeChanged 事件。 (继承自 Control。) |
|
OnInvalidated |
引发 Invalidated 事件。 (继承自 Control。) |
|
OnKeyDown |
引发 KeyDown 事件。 (继承自 DataGridView。) |
|
OnKeyPress |
引发 KeyPress 事件。 (继承自 DataGridView。) |
|
OnKeyUp |
引发 KeyUp 事件。 (继承自 DataGridView。) |
|
OnLayout |
引发 Layout 事件。 (继承自 DataGridView。) |
|
OnLeave |
引发 Leave 事件。 (继承自 DataGridView。) |
|
OnLocationChanged |
引发 LocationChanged 事件。 (继承自 Control。) |
|
OnLostFocus |
引发 LostFocus 事件。 (继承自 DataGridView。) |
|
OnMarginChanged |
引发 MarginChanged 事件。 (继承自 Control。) |
|
OnMouseCaptureChanged |
引发 MouseCaptureChanged 事件。 (继承自 Control。) |
|
OnMouseClick |
引发 MouseClick 事件。 (继承自 DataGridView。) |
|
OnMouseDoubleClick |
引发 MouseDoubleClick 事件。 (继承自 DataGridView。) |
|
OnMouseDown |
引发 MouseDown 事件。 (继承自 DataGridView。) |
|
OnMouseEnter |
引发 MouseEnter 事件。 (继承自 DataGridView。) |
|
OnMouseHover |
引发 MouseHover 事件。 (继承自 Control。) |
|
OnMouseLeave |
引发 MouseLeave 事件。 (继承自 DataGridView。) |
|
OnMouseMove |
引发 MouseMove 事件。 (继承自 DataGridView。) |
|
OnMouseUp |
引发 MouseUp 事件。 (继承自 DataGridView。) |
|
OnMouseWheel |
引发 MouseWheel 事件。 (继承自 DataGridView。) |
|
OnMove |
引发 Move 事件。 (继承自 Control。) |
|
OnMultiSelectChanged |
引发 MultiSelectChanged 事件。 (继承自 DataGridView。) |
|
OnNewRowNeeded |
引发 NewRowNeeded 事件。 (继承自 DataGridView。) |
|
OnNotifyMessage |
向控件通知 Windows 消息。 (继承自 Control。) |
|
OnPaddingChanged |
引发 PaddingChanged 事件。 (继承自 Control。) |
|
OnPaint |
引发 Paint 事件。 (继承自 DataGridView。) |
|
OnPaintBackground |
绘制控件的背景。 (继承自 Control。) |
|
OnParentBackColorChanged |
当控件容器的 BackColor 属性值更改时,将引发 BackColorChanged 事件。 (继承自 Control。) |
|
OnParentBackgroundImageChanged |
当控件容器的 BackgroundImage 属性值更改时,将引发 BackgroundImageChanged 事件。 (继承自 Control。) |
|
OnParentBindingContextChanged |
当控件容器的 BindingContext 属性值更改时,将引发 BindingContextChanged 事件。 (继承自 Control。) |
|
OnParentChanged |
引发 ParentChanged 事件。 (继承自 Control。) |
|
OnParentCursorChanged |
引发 CursorChanged 事件。 (继承自 Control。) |
|
OnParentEnabledChanged |
当控件容器的 Enabled 属性值更改时,将引发 EnabledChanged 事件。 (继承自 Control。) |
|
OnParentFontChanged |
当控件容器的 Font 属性值更改时,将引发 FontChanged 事件。 (继承自 Control。) |
|
OnParentForeColorChanged |
当控件容器的 ForeColor 属性值更改时,将引发 ForeColorChanged 事件。 (继承自 Control。) |
|
OnParentRightToLeftChanged |
当控件容器的 RightToLeft 属性值更改时,将引发 RightToLeftChanged 事件。 (继承自 Control。) |
|
OnParentVisibleChanged |
当控件容器的 Visible 属性值更改时,将引发 VisibleChanged 事件。 (继承自 Control。) |
|
OnPreviewKeyDown |
引发 PreviewKeyDown 事件。 (继承自 Control。) |
|
OnPrint |
引发 Paint 事件。 (继承自 Control。) |
|
OnQueryContinueDrag |
引发 QueryContinueDrag 事件。 (继承自 Control。) |
|
OnReadOnlyChanged |
引发 ReadOnlyChanged 事件。 (继承自 DataGridView。) |
|
OnRegionChanged |
引发 RegionChanged 事件。 (继承自 Control。) |
|
OnResize |
引发 Resize 事件。 (继承自 DataGridView。) |
|
OnRightToLeftChanged |
引发 RightToLeftChanged 事件。 (继承自 DataGridView。) |
|
OnRowContextMenuStripChanged |
引发 RowContextMenuStripChanged 事件。 (继承自 DataGridView。) |
|
OnRowContextMenuStripNeeded |
引发 RowContextMenuStripNeeded 事件。 (继承自 DataGridView。) |
|
OnRowDefaultCellStyleChanged |
引发 RowDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnRowDirtyStateNeeded |
引发 RowDirtyStateNeeded 事件。 (继承自 DataGridView。) |
|
OnRowDividerDoubleClick |
引发 RowDividerDoubleClick 事件。 (继承自 DataGridView。) |
|
OnRowDividerHeightChanged |
引发 RowDividerHeightChanged 事件。 (继承自 DataGridView。) |
|
OnRowEnter |
引发 RowEnter 事件。 (继承自 DataGridView。) |
|
OnRowErrorTextChanged |
引发 RowErrorTextChanged 事件。 (继承自 DataGridView。) |
|
OnRowErrorTextNeeded |
引发 RowErrorTextNeeded 事件。 (继承自 DataGridView。) |
|
OnRowHeaderCellChanged |
引发 RowHeaderCellChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeaderMouseClick |
引发 RowHeaderMouseClick 事件。 (继承自 DataGridView。) |
|
OnRowHeaderMouseDoubleClick |
引发 RowHeaderMouseDoubleClick 事件。 (继承自 DataGridView。) |
|
OnRowHeadersBorderStyleChanged |
引发 RowHeadersBorderStyleChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeadersDefaultCellStyleChanged |
引发 RowHeadersDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeadersWidthChanged |
引发 RowHeadersWidthChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeadersWidthSizeModeChanged |
引发 RowHeadersWidthSizeModeChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeightChanged |
引发 RowHeightChanged 事件。 (继承自 DataGridView。) |
|
OnRowHeightInfoNeeded |
引发 RowHeightInfoNeeded 事件。 (继承自 DataGridView。) |
|
OnRowHeightInfoPushed |
引发 RowHeightInfoPushed 事件。 (继承自 DataGridView。) |
|
OnRowLeave |
引发 RowLeave 事件。 (继承自 DataGridView。) |
|
OnRowMinimumHeightChanged |
引发 RowMinimumHeightChanged 事件。 (继承自 DataGridView。) |
|
OnRowPostPaint |
引发 RowPostPaint 事件。 (继承自 DataGridView。) |
|
OnRowPrePaint |
引发 RowPrePaint 事件。 (继承自 DataGridView。) |
|
OnRowsAdded |
引发 RowsAdded 事件。 (继承自 DataGridView。) |
|
OnRowsDefaultCellStyleChanged |
引发 RowsDefaultCellStyleChanged 事件。 (继承自 DataGridView。) |
|
OnRowsRemoved |
引发 RowsRemoved 事件。 (继承自 DataGridView。) |
|
OnRowStateChanged |
引发 RowStateChanged 事件。 (继承自 DataGridView。) |
|
OnRowUnshared |
引发 RowUnshared 事件。 (继承自 DataGridView。) |
|
OnRowValidated |
引发 RowValidated 事件。 (继承自 DataGridView。) |
|
OnRowValidating |
引发 RowValidating 事件。 (继承自 DataGridView。) |
|
OnScroll |
引发 Scroll 事件。 (继承自 DataGridView。) |
|
OnSelectionChanged |
引发 SelectionChanged 事件。 (继承自 DataGridView。) |
|
OnSizeChanged |
引发 SizeChanged 事件。 (继承自 Control。) |
|
OnSortCompare |
引发 SortCompare 事件。 (继承自 DataGridView。) |
|
OnSorted |
引发 Sorted 事件。 (继承自 DataGridView。) |
|
OnStyleChanged |
引发 StyleChanged 事件。 (继承自 Control。) |
|
OnSystemColorsChanged |
引发 SystemColorsChanged 事件。 (继承自 Control。) |
|
OnTabIndexChanged |
引发 TabIndexChanged 事件。 (继承自 Control。) |
|
OnTabStopChanged |
引发 TabStopChanged 事件。 (继承自 Control。) |
|
OnTextChanged |
引发 TextChanged 事件。 (继承自 Control。) |
|
OnUserAddedRow |
引发 UserAddedRow 事件。 (继承自 DataGridView。) |
|
OnUserDeletedRow |
引发 UserDeletedRow 事件。 (继承自 DataGridView。) |
|
OnUserDeletingRow |
引发 UserDeletingRow 事件。 (继承自 DataGridView。) |
|
OnValidated |
引发 Validated 事件。 (继承自 Control。) |
|
OnValidating |
引发 Validating 事件。 (继承自 DataGridView。) |
|
OnVisibleChanged |
引发 VisibleChanged 事件。 (继承自 DataGridView。) |
|
PaintBackground |
绘制 DataGridView 的背景。 (继承自 DataGridView。) |
|
PerformLayout() |
强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) |
|
PerformLayout(Control, String) |
强制控件将布局逻辑应用于其所有子控件。 (继承自 Control。) |
|
PointToClient |
将指定屏幕点的位置计算成工作区坐标。 (继承自 Control。) |
|
PointToScreen |
将指定工作区点的位置计算成屏幕坐标。 (继承自 Control。) |
|
PreProcessControlMessage |
在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) |
|
PreProcessMessage |
在调度键盘或输入消息之前,在消息循环内对它们进行预处理。 (继承自 Control。) |
|
ProcessAKey |
处理 A 键。 (继承自 DataGridView。) |
|
ProcessCmdKey |
处理命令键。 (继承自 Control。) |
|
ProcessDataGridViewKey |
处理用于在 DataGridView 中导航的键。 (继承自 DataGridView。) |
|
ProcessDeleteKey |
处理 Delete 键。 (继承自 DataGridView。) |
|
ProcessDialogChar |
处理对话框字符。 (继承自 Control。) |
|
ProcessDialogKey |
处理用来控制对话框的键,例如 Tab、Esc、Enter 和箭头键。 (继承自 DataGridView。) |
|
ProcessDownKey |
处理向下键。 (继承自 DataGridView。) |
|
ProcessEndKey |
处理 End 键。 (继承自 DataGridView。) |
|
ProcessEnterKey |
处理 Enter 键。 (继承自 DataGridView。) |
|
ProcessEscapeKey |
处理 Esc 键。 (继承自 DataGridView。) |
|
ProcessF2Key |
处理 F2 键。 (继承自 DataGridView。) |
|
ProcessHomeKey |
处理 Home 键。 (继承自 DataGridView。) |
|
ProcessInsertKey |
处理 Insert 键。 (继承自 DataGridView。) |
|
ProcessKeyEventArgs |
处理键消息并生成适当的控件事件。 (继承自 DataGridView。) |
|
ProcessKeyMessage |
处理键盘消息。 (继承自 Control。) |
|
ProcessKeyPreview |
预览键盘消息。 (继承自 DataGridView。) |
|
ProcessLeftKey |
处理向左键。 (继承自 DataGridView。) |
|
ProcessMnemonic |
处理助记键字符。 (继承自 Control。) |
|
ProcessNextKey |
处理 Page Down 键。 (继承自 DataGridView。) |
|
ProcessPriorKey |
处理 Page Up 键。 (继承自 DataGridView。) |
|
ProcessRightKey |
处理向右键。 (继承自 DataGridView。) |
|
ProcessSpaceKey |
处理空格键。 (继承自 DataGridView。) |
|
ProcessTabKey |
处理 Tab 键。 (继承自 DataGridView。) |
|
ProcessUpKey |
处理向上键。 (继承自 DataGridView。) |
|
ProcessZeroKey |
处理 0 键。 (继承自 DataGridView。) |
|
RaiseDragEvent |
基础结构。引发适当的拖动事件。 (继承自 Control。) |
|
RaiseKeyEvent |
基础结构。引发适当的键事件。 (继承自 Control。) |
|
RaiseMouseEvent |
基础结构。引发适当的鼠标事件。 (继承自 Control。) |
|
RaisePaintEvent |
基础结构。引发适当的绘画事件。 (继承自 Control。) |
|
RecreateHandle |
强制为控件重新创建句柄。 (继承自 Control。) |
|
RectangleToClient |
计算指定屏幕矩形的大小和位置(以工作区坐标表示)。 (继承自 Control。) |
|
RectangleToScreen |
计算指定工作区矩形的大小和位置(以屏幕坐标表示)。 (继承自 Control。) |
|
Refresh |
强制控件使其工作区无效并立即重绘自己和任何子控件。 (继承自 Control。) |
|
RefreshEdit |
当前单元格在处于编辑模式时,用基础单元格的值刷新当前单元格的值会丢弃以前的任何值。 (继承自 DataGridView。) |
|
ResetBackColor |
将 BackColor 属性重置为其默认值。 (继承自 Control。) |
|
ResetBindings |
使绑定到 BindingSource 的控件重新读取列表中的所有项,并刷新这些项的显示值。 (继承自 Control。) |
|
ResetCursor |
将 Cursor 属性重置为其默认值。 (继承自 Control。) |
|
ResetFont |
将 Font 属性重置为其默认值。 (继承自 Control。) |
|
ResetForeColor |
将 ForeColor 属性重置为其默认值。 (继承自 Control。) |
|
ResetImeMode |
将 ImeMode 属性重置为其默认值。 (继承自 Control。) |
|
ResetMouseEventArgs |
基础结构。重置控件以处理 MouseLeave 事件。 (继承自 Control。) |
|
ResetRightToLeft |
将 RightToLeft 属性重置为其默认值。 (继承自 Control。) |
|
ResetText |
基础结构。将 Text 属性重置为其默认值。 (继承自 DataGridView。) |
|
ResumeLayout() |
恢复正常的布局逻辑。 (继承自 Control。) |
|
ResumeLayout(Boolean) |
恢复正常的布局逻辑,可以选择强制对挂起的布局请求立即进行布局。 (继承自 Control。) |
|
RtlTranslateAlignment(HorizontalAlignment) |
将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
RtlTranslateAlignment(LeftRightAlignment) |
将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
RtlTranslateAlignment(ContentAlignment) |
将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
RtlTranslateContent |
将指定的 ContentAlignment 转换为相应的 ContentAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
RtlTranslateHorizontal |
将指定的 HorizontalAlignment 转换为相应的 HorizontalAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
RtlTranslateLeftRight |
将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。 (继承自 Control。) |
|
Scale(Single) |
已过时。缩放控件和任何子控件。 (继承自 Control。) |
|
Scale(SizeF) |
按指定的比例因子缩放控件和所有子控件。 (继承自 Control。) |
|
Scale(Single, Single) |
已过时。缩放整个控件和任何子控件。 (继承自 Control。) |
|
ScaleControl |
缩放控件的位置、大小、空白和边距。 (继承自 Control。) |
|
ScaleCore |
基础结构。此方法与此类无关。 (继承自 Control。) |
|
Select() |
激活控件。 (继承自 Control。) |
|
Select(Object) |
选择 DataGridView。 |
|
Select(Boolean, Boolean) |
激活子控件。还可以指定从中选择控件的 Tab 键顺序的方向。 (继承自 Control。) |
|
SelectAll |
选择 DataGridView 中的所有单元格。 (继承自 DataGridView。) |
|
SelectNextControl |
激活下一个控件。 (继承自 Control。) |
|
SendToBack |
将 DataGridView 置于 Z 顺序的底层。 |
|
SetAutoSizeMode |
设置一个值,该值指示当启用控件的 AutoSize 属性时控件的行为方式。 (继承自 Control。) |
|
SetBounds(Int32, Int32, Int32, Int32) |
基础结构。 |
|
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) |
基础结构。 |
|
SetBoundsCore |
此成员重写 Control.SetBoundsCore。 (继承自 DataGridView。) |
|
SetClientSizeCore |
设置控件的工作区的大小。 (继承自 Control。) |
|
SetCurrentCellAddressCore |
设置当前处于活动状态的单元格。 (继承自 DataGridView。) |
|
SetSelectedCellCore |
更改具有指定的行索引和列索引的单元格的选择状态。 (继承自 DataGridView。) |
|
SetSelectedColumnCore |
更改具有指定索引的列的选择状态。 (继承自 DataGridView。) |
|
SetSelectedRowCore |
更改具有指定索引的行的选择状态。 (继承自 DataGridView。) |
|
SetStyle |
将指定的 ControlStyles 标志设置为 true 或 false。 (继承自 Control。) |
|
SetTopLevel |
将控件设置为顶级控件。 (继承自 Control。) |
|
SetVisibleCore |
将 DataGridView 设置为指定的可见状态。 (重写 Control.SetVisibleCore(Boolean)。) |
|
Show |
向用户显示控件。 (继承自 Control。) |
|
SizeFromClientSize |
确定整个控件(从控件工作区的高度和宽度起计算)的大小。 (继承自 Control。) |
|
Sort(IComparer) |
使用 IComparer 接口的实现来对 DataGridView 控件的内容进行排序。 (继承自 DataGridView。) |
|
Sort(DataGridViewColumn, ListSortDirection) |
基于指定列的内容,按升序或降序对 DataGridView 控件的内容进行排序。 (继承自 DataGridView。) |
|
SuspendLayout |
临时挂起控件的布局逻辑。 (继承自 Control。) |
|
ToString |
返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 Component。) |
|
Update |
基础结构。 |
|
UpdateBounds() |
用当前大小和位置更新控件的边界。 (继承自 Control。) |
|
UpdateBounds(Int32, Int32, Int32, Int32) |
用指定大小和位置更新控件的边界。 (继承自 Control。) |
|
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) |
用指定大小、位置和工作区的大小更新控件的边界。 (继承自 Control。) |
|
UpdateCellErrorText |
强制指定位置的单元格更新其错误文本。 (继承自 DataGridView。) |
|
UpdateCellValue |
强制该控件基于它的新值更新在指定位置显示的单元格,并应用当前有效的任何自动调整大小模式。 (继承自 DataGridView。) |
|
UpdateRowErrorText(Int32) |
强制给定行索引处的行更新其错误文本。 (继承自 DataGridView。) |
|
UpdateRowErrorText(Int32, Int32) |
强制给定范围中的行更新其错误文本。 (继承自 DataGridView。) |
|
UpdateRowHeightInfo |
强制指定的一行或多行更新其高度信息。 (继承自 DataGridView。) |
|
UpdateStyles |
强制将分配的样式重新应用到控件。 (继承自 Control。) |
|
UpdateZOrder |
按控件的父级的 Z 顺序更新控件。 (继承自 Control。) |
|
WndProc |
处理窗口消息。 (继承自 DataGridView。) |