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 窗体控件用于编辑图像。

适用于

另请参阅