Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / TextBoxInputMode Enumeration


In This Topic
    TextBoxInputMode Enumeration
    In This Topic
    Specifies the input mode for a NextBox control.
    Syntax
    'Declaration
     
    
    Public Enum TextBoxInputMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextBoxInputMode
    public enum TextBoxInputMode : System.Enum 
    Members
    MemberDescription
    DefaultNo character filtering is performed.
    NumericIntegerThe textbox will accept only numbers
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.TextBoxInputMode

    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