DataGridBoolColumn.Edit Метод

Определение

Подготавливает ячейку к редактированию значения.

protected public:
 override void Edit(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::Drawing::Rectangle bounds, bool readOnly, System::String ^ instantText, bool cellIsVisible);
protected public:
 override void Edit(System::Windows::Forms::CurrencyManager ^ source, int rowNum, System::Drawing::Rectangle bounds, bool readOnly, System::String ^ displayText, bool cellIsVisible);
protected internal override void Edit (System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string instantText, bool cellIsVisible);
protected internal override void Edit (System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible);
override this.Edit : System.Windows.Forms.CurrencyManager * int * System.Drawing.Rectangle * bool * string * bool -> unit
override this.Edit : System.Windows.Forms.CurrencyManager * int * System.Drawing.Rectangle * bool * string * bool -> unit
Protected Friend Overrides Sub Edit (source As CurrencyManager, rowNum As Integer, bounds As Rectangle, readOnly As Boolean, instantText As String, cellIsVisible As Boolean)
Protected Friend Overrides Sub Edit (source As CurrencyManager, rowNum As Integer, bounds As Rectangle, readOnly As Boolean, displayText As String, cellIsVisible As Boolean)

Параметры

source
CurrencyManager

Объект DataView для исправленной ячейки.

rowNum
Int32

Номер строки редактируемой ячейки.

bounds
Rectangle

Прямоугольник Rectangle, в который следует поместить элемент управления.

readOnly
Boolean

Значение true, если данное значение доступно только для чтения, в противном случае – значение false.

instantTextdisplayText
String

Текст, отображаемый в ячейке.

cellIsVisible
Boolean

Значение true, если ячейка должна быть отображена; в обратном случае – значение false.

Комментарии

В отличие от обычной реализации этого метода (как описано в DataGridColumnStyle классе), Edit метод не сайт элемента управления для изменения значения ячейки. Вместо этого при вызове Paint метода нарисовывается флажок.

Применяется к