DataGridViewLinkCell.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

一定是 null

備註

如同在此類別中實作,這個屬性一律會傳回 , null 因為 DataGridViewLinkCell 無法編輯 。

適用於

另請參閱