DataGridBoolColumn.Edit Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Prépare la cellule pour modifier une valeur.
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)
Paramètres
- source
- CurrencyManager
DataView de la cellule modifiée.
- rowNum
- Int32
Numéro de ligne de la cellule modifiée.
- readOnly
- Boolean
true
si la valeur est en lecture seule ; sinon, false
.
- instantTextdisplayText
- String
Texte à afficher dans la cellule.
- cellIsVisible
- Boolean
true
pour afficher la cellule ; sinon, false
.
Remarques
Contrairement à l’implémentation classique de cette méthode (comme décrit dans la DataGridColumnStyle classe), la Edit méthode ne site pas de contrôle pour modifier la valeur de cellule. Au lieu de cela, une case à cocher est dessinée lorsque la Paint méthode est appelée.