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


In This Topic
    CharBoxStyle Enumeration
    In This Topic
    Represents the CharBox style.
    Syntax
    'Declaration
     
    
    Public Enum CharBoxStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CharBoxStyle
    public enum CharBoxStyle : System.Enum 
    Members
    MemberDescription
    BottomHalfOnly bottom half part of char box is displayed.
    BottomQuarterOnly bottom quater part of char box is displayed.
    LeftRightSideOnly left and right side of box is displayed.
    NormalA complete char box is displayed.
    TopHalfOnly top half part of char box is displayed.
    TopQuarterOnly top quater part of char box is displayed.
    Inheritance Hierarchy

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

    See Also