DataGridTableStyle.ShouldSerializeLinkHoverColor Método

Definição

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

protected:
 virtual bool ShouldSerializeLinkHoverColor();
protected virtual bool ShouldSerializeLinkHoverColor ();
abstract member ShouldSerializeLinkHoverColor : unit -> bool
override this.ShouldSerializeLinkHoverColor : unit -> bool
Protected Overridable Function ShouldSerializeLinkHoverColor () 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 DataGridTableStyle ou criando seu próprio controle incorporando o DataGridTableStyle .You typically use this method if you are either creating a designer for the DataGridTableStyle or creating your own control incorporating the DataGridTableStyle.

Aplica-se a

Confira também