[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberSignDisplayField

NumberSignDisplayField Class

Represents NumberSignDisplayField class which displays sign strings for GrapeCity.Windows.InputMan.GcNumber when it is not active.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class NumberSignDisplayField : NumberDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class NumberSignDisplayField
    Inherits NumberDisplayField
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Remarks

Supported VisualState list:

VisualStateGroup Name

VisualState Name

Description

CommonStates

Normal

Represents the visual appearance when control is in normal state.

CommonStates

Disabled

Represents the visual appearance when IsEnabled is false.

CommonStates

MouseOver

Represents the visual appearance when IsMouseOver is true.

ValidationStates

Valid

Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns false.

ValidationStates

InvalidFocused

Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and control has focus.

ValidationStates

InvalidUnfocused

Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and control has no focus.

Constructors

Name Description
NumberSignDisplayField()

Initializes a new instance of the NumberSignDisplayField class.

NumberSignDisplayField(string, string)

Initializes a new instance of the NumberSignDisplayField class.

Fields

Name Description
NegativePatternProperty

Identifies the NegativePattern dependency property.

PositivePatternProperty

Identifies the PositivePattern dependency property.

Properties

Name Description
NegativePattern

Gets or sets the negative pattern of NumberSignDisplayField. This is a dependency property.

PositivePattern

Gets or sets the positive pattern of NumberSignDisplayField. This is a dependency property.

SignState

Gets the current the sign state of NumberSignDisplayField.