DataGridViewComboBoxCell.Paint Méthode

Définition

Peint le DataGridViewComboBoxCell actif.

protected:
 override void Paint(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipBounds, System::Drawing::Rectangle cellBounds, int rowIndex, System::Windows::Forms::DataGridViewElementStates elementState, System::Object ^ value, System::Object ^ formattedValue, System::String ^ errorText, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ advancedBorderStyle, System::Windows::Forms::DataGridViewPaintParts paintParts);
protected override void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts);
protected override void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object? value, object? formattedValue, string? errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts);
override this.Paint : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * System.Windows.Forms.DataGridViewElementStates * obj * obj * string * System.Windows.Forms.DataGridViewCellStyle * System.Windows.Forms.DataGridViewAdvancedBorderStyle * System.Windows.Forms.DataGridViewPaintParts -> unit
Protected Overrides Sub Paint (graphics As Graphics, clipBounds As Rectangle, cellBounds As Rectangle, rowIndex As Integer, elementState As DataGridViewElementStates, value As Object, formattedValue As Object, errorText As String, cellStyle As DataGridViewCellStyle, advancedBorderStyle As DataGridViewAdvancedBorderStyle, paintParts As DataGridViewPaintParts)

Paramètres

graphics
Graphics

Graphics utilisé pour peindre la cellule.

clipBounds
Rectangle

Rectangle qui représente la zone de DataGridView à repeindre.

cellBounds
Rectangle

Rectangle qui contient les limites de la cellule en cours de peinture.

rowIndex
Int32

Index de ligne de la cellule qui est en train d'être peinte.

elementState
DataGridViewElementStates

Combinaison au niveau du bit de valeurs DataGridViewElementStates qui spécifie l’état de la cellule.

value
Object

Données de la cellule en cours de peinture.

formattedValue
Object

Données mises en forme de la cellule en cours de peinture.

errorText
String

Message d'erreur associé à la cellule.

cellStyle
DataGridViewCellStyle

DataGridViewCellStyle qui contient des informations sur la mise en forme et le style de la cellule.

advancedBorderStyle
DataGridViewAdvancedBorderStyle

DataGridViewAdvancedBorderStyle qui contient les styles de bordure de la cellule qui est en train d’être peinte.

paintParts
DataGridViewPaintParts

Combinaison au niveau du bit de valeurs DataGridViewPaintParts qui spécifie les parties de la cellule à repeindre.

S’applique à