DataGridViewButtonCell.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 傳回 ,因為沒有相關聯的 Windows 主控控制項;會轉譯類似按鈕的使用者介面。

適用於

另請參閱