DataGridViewRow.DrawFocus 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.
Rysuje prostokąt fokusu wokół określonych granic.
protected public:
virtual void DrawFocus(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipBounds, System::Drawing::Rectangle bounds, int rowIndex, System::Windows::Forms::DataGridViewElementStates rowState, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, bool cellsPaintSelectionBackground);
protected internal virtual void DrawFocus (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground);
abstract member DrawFocus : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * System.Windows.Forms.DataGridViewElementStates * System.Windows.Forms.DataGridViewCellStyle * bool -> unit
override this.DrawFocus : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * System.Windows.Forms.DataGridViewElementStates * System.Windows.Forms.DataGridViewCellStyle * bool -> unit
Protected Friend Overridable Sub DrawFocus (graphics As Graphics, clipBounds As Rectangle, bounds As Rectangle, rowIndex As Integer, rowState As DataGridViewElementStates, cellStyle As DataGridViewCellStyle, cellsPaintSelectionBackground As Boolean)
Parametry
- graphics
- Graphics
Używany Graphics do malowania .DataGridViewRow
- clipBounds
- Rectangle
Element Rectangle reprezentujący obszar, DataGridView który musi być malowany.
- bounds
- Rectangle
Element Rectangle zawierający granice DataGridViewRow malowane.
- rowIndex
- Int32
Indeks wiersza komórki, która jest malowana.
- rowState
- DataGridViewElementStates
Bitowa kombinacja DataGridViewElementStates wartości, która określa stan wiersza.
- cellStyle
- DataGridViewCellStyle
Używany DataGridViewCellStyle do malowania prostokąta fokusu.
- cellsPaintSelectionBackground
- Boolean
true
aby użyć SelectionBackColor właściwości cellStyle
jako koloru prostokąta fokusu; false
aby użyć BackColor właściwości cellStyle
jako koloru prostokąta fokusu.
Wyjątki
Wiersz nie został dodany do kontrolki DataGridView .
Uwagi
Parametr rowIndex
nie jest używany w implementacji klasy bazowej DrawFocus metody, chociaż można go użyć podczas zastępowania tej metody w klasie pochodnej.