[]
Represents GrapeCity.Windows.InputMan.Fields.DateSecondDisplayField class which displays second for GrapeCity.Windows.InputMan.GcDateTime when it is not active.
public class DateSecondDisplayField : DateInputDisplayField, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class DateSecondDisplayField
Inherits DateInputDisplayField
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 IsKeyboardFocused is true. |
|
ValidationStates |
InvalidUnfocused |
Represents the visual appearance when System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject) returns true and IsKeyboardFocused is false. |
| Name | Description |
|---|---|
| DateSecondDisplayField() | Initializes a new instance of the DateSecondDisplayField class. |
| DateSecondDisplayField(bool) | Initializes a new instance of the DateSecondDisplayField class. |
| Name | Description |
|---|---|
| ShowLeadingZeroProperty | Identifies the GrapeCity.Windows.InputMan.Fields.DateSecondDisplayField.ShowLeadingZero dependency property. |
| Name | Description |
|---|---|
| ShowLeadingZero | Gets or sets a value indicating whether GrapeCity.Windows.InputMan.Fields.DateSecondDisplayField displays leading zero. This is a dependency property. |