DataGridViewElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 DataGridView 控制項的項目提供基底類別。
public ref class DataGridViewElement
public class DataGridViewElement
type DataGridViewElement = class
Public Class DataGridViewElement
- 繼承
-
DataGridViewElement
- 衍生
備註
.NET Framework提供衍生自 DataGridViewElement 的兩個特製化類別: DataGridViewCell ,其代表個別專案,以及 DataGridViewBand ,代表一系列群組子項目。
建構函式
DataGridViewElement() |
初始化 DataGridViewElement 類別的新執行個體。 |
屬性
DataGridView |
取得與這個項目有關聯的 DataGridView 控制項。 |
State |
取得此項目的使用者介面 (UI) 狀態。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
OnDataGridViewChanged() |
當此項目與不同的 DataGridView 有關聯時呼叫。 |
RaiseCellClick(DataGridViewCellEventArgs) |
引發 CellClick 事件。 |
RaiseCellContentClick(DataGridViewCellEventArgs) |
引發 CellContentClick 事件。 |
RaiseCellContentDoubleClick(DataGridViewCellEventArgs) |
引發 CellContentDoubleClick 事件。 |
RaiseCellValueChanged(DataGridViewCellEventArgs) |
引發 CellValueChanged 事件。 |
RaiseDataError(DataGridViewDataErrorEventArgs) |
引發 DataError 事件。 |
RaiseMouseWheel(MouseEventArgs) |
引發 MouseWheel 事件。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |