DataGridBoolColumn.Edit Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
- 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.