Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / InputPosType Enumeration


In This Topic
    InputPosType Enumeration
    In This Topic
    Specifies the types of input positions (not the types of data).
    Syntax
    'Declaration
     
    
    Public Enum InputPosType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InputPosType
    public enum InputPosType : System.Enum 
    Members
    MemberDescription
    FixedFldPosFixed field position
    InsertPosInsert position
    LiteralPosLiteral position
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.SuperEdit.InputPosType

    See Also