DataGrid.ShouldSerializeSelectionBackColor Método

Definição

Indica se a propriedade SelectionBackColor deve ser persistente.Indicates whether the SelectionBackColor property should be persisted.

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

Retornos

Boolean

true se o valor da propriedade tiver sido alterado do seu padrão; caso contrário, false.true if the property value has changed from its default; otherwise, false.

Comentários

Normalmente, você usa esse método se estiver criando um designer para o System.Windows.Forms.DataGrid ou criando seu próprio controle incorporando o System.Windows.Forms.DataGrid .You typically use this method if you are either creating a designer for the System.Windows.Forms.DataGrid or creating your own control incorporating the System.Windows.Forms.DataGrid.

Aplica-se a