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


In This Topic
    CharBoxState Enumeration
    In This Topic
    An enumeration indicates the state of the a char box.
    Syntax
    'Declaration
     
    
    Public Enum CharBoxState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CharBoxState
    public enum CharBoxState : System.Enum 
    Members
    MemberDescription
    InactiveIndicates that the char box is inactive.
    NormalIndicates that the char box is in normal state.
    SelectedIndicates that the char box is selected.
    Inheritance Hierarchy

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

    See Also