[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Styles.NavStateStyle

NavStateStyle Class

The base NavStateStyle class represents the style for element in different state.

Namespace: C1.Win.Input.DbNavigator.Styles
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavStateStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable

Constructors

Name Description
NavStateStyle()

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

BorderColor

Gets or sets the Color used to draw the border around the element.

ForeColor

Gets or sets the Color used to paint the text.

Parent

Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent.

Methods

Name Description
ResetBackColor()

Restores the default value of the BackColor property.

ResetBorderColor()

Restores the default value of the BorderColor property.

ResetForeColor()

Restores the default value of the ForeColor property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeBorderColor()

Specifies whether to save the value of the BorderColor property.

ShouldSerializeForeColor()

Specifies whether to save the value of the ForeColor property.