[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Styles.NavEditorStyle

NavEditorStyle Class

The NavEditorStyle class represents the styles of the editor item.

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

Properties

Name Description
Default

Gets style containing display attributes that determine the general appearance of the element in the default state.

Disabled

Gets style containing display attributes that determine the general appearance of the disabled element on the screen.

Focused

Gets style containing display attributes that determine the general appearance of the focused element on the screen.

Hot

Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it.

Methods

Name Description
ResetDefault()

Restores the default value of the Default property.

ResetDisabled()

Restores the default value of the Disabled property.

ResetFocused()

Restores the default value of the Focused property.

ResetHot()

Restores the default value of the Hot property.

ShouldSerializeDefault()

Specifies whether to save the value of the Default property.

ShouldSerializeDisabled()

Specifies whether to save the value of the Disabled property.

ShouldSerializeFocused()

Specifies whether to save the value of the Focused property.

ShouldSerializeHot()

Specifies whether to save the value of the Hot property.