DataGridViewHeaderCell.Paint 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.
Maluje bieżący element DataGridViewHeaderCell.
protected:
override void Paint(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipBounds, System::Drawing::Rectangle cellBounds, int rowIndex, System::Windows::Forms::DataGridViewElementStates dataGridViewElementState, 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 dataGridViewElementState, 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, dataGridViewElementState As DataGridViewElementStates, value As Object, formattedValue As Object, errorText As String, cellStyle As DataGridViewCellStyle, advancedBorderStyle As DataGridViewAdvancedBorderStyle, paintParts As DataGridViewPaintParts)
Parametry
- clipBounds
- Rectangle
Element Rectangle reprezentujący obszar DataGridView , który musi zostać przemalowany.
- rowIndex
- Int32
Indeks wiersza komórki, która jest malowana.
- dataGridViewElementState
- DataGridViewElementStates
Bitowa kombinacja DataGridViewElementStates wartości, która określa stan komórki.
- value
- Object
Dane komórki, która jest malowana.
- formattedValue
- Object
Sformatowane dane komórki, która jest malowana.
- errorText
- String
Komunikat o błędzie skojarzony z komórką.
- cellStyle
- DataGridViewCellStyle
Element DataGridViewCellStyle zawierający informacje o formatowaniu i stylu dotyczące komórki.
- advancedBorderStyle
- DataGridViewAdvancedBorderStyle
Element DataGridViewAdvancedBorderStyle zawierający style obramowania dla komórki, która jest malowana.
- paintParts
- DataGridViewPaintParts
Bitowa kombinacja DataGridViewPaintParts wartości określających, które części komórki muszą być malowane.