[]
Represents NumberMoneyPatternDisplayField class which displays money pattern string for GrapeCity.Windows.InputMan.GcNumber when it is not active.
public class NumberMoneyPatternDisplayField : NumberDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class NumberMoneyPatternDisplayField
Inherits NumberDisplayField
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Supported VisualState list:
VisualStateGroup Name |
VisualState Name |
Description |
---|---|---|
CommonStates |
Normal |
Represents the visual appearance when control is in normal state. |
CommonStates |
Disabled |
|
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. |
Name | Description |
---|---|
NumberMoneyPatternDisplayField() | Initializes a new instance of the NumberMoneyPatternDisplayField class. |
NumberMoneyPatternDisplayField(string) | Initializes a new instance of the NumberMoneyPatternDisplayField class. |
Name | Description |
---|---|
DecimalSeparatorProperty | Identifies the DecimalSeparator dependency property. |
GroupSeparatorProperty | Identifies the GroupSeparator dependency property. |
PatternProperty | Identifies the Pattern dependency property. |
Name | Description |
---|---|
DecimalSeparator | Gets or sets the decimal separator of NumberMoneyPatternDisplayField. This is a dependency property. |
GroupSeparator | Gets or sets the group separator of the field. This is a dependency property. |
Pattern | Gets or sets the pattern of NumberMoneyPatternDisplayField. This is a dependency property. |