DataGridViewRowHeaderCell.GetInheritedStyle Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft den auf die Zelle angewendeten Stil ab.
public:
override System::Windows::Forms::DataGridViewCellStyle ^ GetInheritedStyle(System::Windows::Forms::DataGridViewCellStyle ^ inheritedCellStyle, int rowIndex, bool includeColors);
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors);
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle (System.Windows.Forms.DataGridViewCellStyle? inheritedCellStyle, int rowIndex, bool includeColors);
override this.GetInheritedStyle : System.Windows.Forms.DataGridViewCellStyle * int * bool -> System.Windows.Forms.DataGridViewCellStyle
Public Overrides Function GetInheritedStyle (inheritedCellStyle As DataGridViewCellStyle, rowIndex As Integer, includeColors As Boolean) As DataGridViewCellStyle
Parameter
- inheritedCellStyle
- DataGridViewCellStyle
Ein DataGridViewCellStyle, der mit dem geerbten Zellstil gefüllt werden soll.
- rowIndex
- Int32
Der Index der übergeordneten Zeile der Zelle.
- includeColors
- Boolean
true
, um geerbte Farben in den zurückgegebenen Zellenstil einzuschließen, andernfalls false
.
Gibt zurück
Ein DataGridViewCellStyle, der die Stileinstellungen der Zelle einschließt, die von der übergeordneten Zeile, Spalte und DataGridView der Zelle geerbt wurde.