DataGridViewCheckBoxCell.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 因为复选框仅允许选择和取消选择,而不是编辑。

适用于

另请参阅