Enum PinBoxItemState
Represents the state of a PinBox item.
public enum PinBoxItemState
Fields
Default = 0Default state when the box is empty and not focused.
Disabled = 4The box is disabled and cannot receive input.
Error = 3The box is in an error state due to validation failure.
Filled = 2The box contains a character.
Focused = 1The box is currently focused and ready for input.