[]
        
(Showing Draft Content)

C1.Win.Input.Styles.TextBoxStyles

TextBoxStyles Class

The TextBoxStyles class represents the styles for the C1TextBox control which contains display attributes that determine the appearance of control.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class TextBoxStyles : InputEditorStyles, INotifyPropertyChanged, IDisposable

Constructors

Name Description
TextBoxStyles()

Initializes a new instance of the TextBoxStyles.

TextBoxStyles(BaseThemeProvider)

Initializes a new instance of the TextBoxStyles.

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.

MarkEmptyColor

Gets or sets the Color used to paint the empty mark.

Readonly

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

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.

ResetMarkEmptyColor()

Restores the default value of the MarkEmptyColor property.

ResetReadonly()

Restores the default value of the Readonly 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.

ShouldSerializeMarkEmptyColor()

Specifies whether to save the value of the MarkEmptyColor property.

ShouldSerializeReadonly()

Specifies whether to save the value of the Readonly property.