[]
Defines how to process the GcDateTime.Value, GcNubmer.Value, GcTimeSpan.Value, GcDate.Value, and GcTime.Value properties when there is invalid data during input.
public enum MaxMinBehavior
Public Enum MaxMinBehavior
Name | Description |
---|---|
AdjustToMaxMin | Adjusts the value to the valid range between the minimum and maximum. |
CancelInput | Cancels the last input and holds the old text. |
Clear | Clears the value to null. |
Keep | Keeps the last input and holds the old text. |
Restore | Restores the backup value to the specified property. |