DataGrid.ShouldSerializeParentRowsForeColor Metodo

Definizione

Indica se la proprietà ParentRowsForeColor deve essere mantenuta.

protected:
 virtual bool ShouldSerializeParentRowsForeColor();
protected virtual bool ShouldSerializeParentRowsForeColor ();
abstract member ShouldSerializeParentRowsForeColor : unit -> bool
override this.ShouldSerializeParentRowsForeColor : unit -> bool
Protected Overridable Function ShouldSerializeParentRowsForeColor () As Boolean

Restituisce

true se il valore della proprietà è stato modificato rispetto all'impostazione predefinita; in caso contrario, false.

Commenti

In genere si usa questo metodo solo se si sta creando una finestra di progettazione per , System.Windows.Forms.DataGrido creando il proprio controllo incorporando .System.Windows.Forms.DataGrid

Si applica a