DataGridViewCheckBoxCell.EditType 屬性

定義

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

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

屬性值

基礎編輯控制項的 Type

備註

這個覆寫的屬性一律會傳回, null 因為核取方塊只允許選取和取消選取,而不是編輯。

適用於

另請參閱