DataGrid.ShouldSerializeSelectionBackColor Méthode

Définition

Indique si la propriété SelectionBackColor doit être rendue persistante.

protected:
 bool ShouldSerializeSelectionBackColor();
protected bool ShouldSerializeSelectionBackColor ();
member this.ShouldSerializeSelectionBackColor : unit -> bool
Protected Function ShouldSerializeSelectionBackColor () As Boolean

Retours

Boolean

true si la propriété n'utilise plus sa valeur par défaut ; sinon, false.

Remarques

Vous utilisez généralement cette méthode si vous créez un concepteur pour le System.Windows.Forms.DataGrid ou créez votre propre contrôle intégrant le System.Windows.Forms.DataGrid.

S’applique à