Udostępnij za pośrednictwem


DataGridBoolColumn.Edit Metoda

Definicja

Przygotowuje komórkę do edycji wartości.

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)

Parametry

source
CurrencyManager

Element DataView edytowanej komórki.

rowNum
Int32

Numer wiersza edytowanej komórki.

bounds
Rectangle

Kontrolka Rectangle , w której ma zostać slokowana.

readOnly
Boolean

true jeśli wartość jest tylko do odczytu; w przeciwnym razie , false.

instantTextdisplayText
String

Tekst do wyświetlenia w komórce.

cellIsVisible
Boolean

true aby wyświetlić komórkę; w przeciwnym razie , false.

Uwagi

W przeciwieństwie do typowej implementacji tej metody (zgodnie z opisem DataGridColumnStyle w klasie), Edit metoda nie powoduje lokacji kontrolki do edytowania wartości komórki. Zamiast tego pole wyboru jest rysowane po wywołaniu Paint metody.

Dotyczy