共用方式為


DataGridViewImageCell.EditType 屬性

定義

取得儲存格的裝載編輯控制項型別。

public:
 virtual property Type ^ EditType { Type ^ get(); };
public override Type EditType { get; }
member this.EditType : Type
Public Overrides ReadOnly Property EditType As Type

屬性值

Type

基礎編輯控制項的 Type。 在這個類別中實作時,這個屬性永遠都是 null

備註

屬性 EditType 一律 null 是因為沒有相關聯的Windows Forms控制項可編輯影像。

適用於

另請參閱