Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShowLiterals Enumeration


In This Topic
    ShowLiterals Enumeration
    In This Topic
    Specifies how the literals are displayed during user input.
    Syntax
    'Declaration
     
    
    Public Enum ShowLiterals 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShowLiterals
    public enum ShowLiterals : System.Enum 
    Members
    MemberDescription
    AlwaysAlways show the literals.
    PostDisplayThe literals are post displayed as the user types.
    PreDisplayThe literals are displayed before the user types.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals

    See Also