Intersoft ClientUI Documentation
InvalidInputAction Enumeration



Determines the behavior of a DomainUpDown control when a user sets a value not included in the domain.
Syntax
Public Enum InvalidInputAction 
   Inherits System.Enum
Dim instance As InvalidInputAction
public enum InvalidInputAction : System.Enum 
public enum class InvalidInputAction : public System.Enum 
Members
MemberDescription
TextBoxCannotLoseFocus Once a user sets a value not included in the domain, the DomainUpDown control cannot lose focus.
UseFallbackItem Once a user sets a value not included in the domain, the DomainUpDown control will use the FallbackItem property as the selected item. If FallbackItem is not specified the first item in the DomainUpDown Items collection will be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXInput.InvalidInputAction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXInput Namespace

Send Feedback