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


CharBoxState Enumeration
An enumeration indicates the state of the a char box.
Syntax
'Declaration
 
Public Enum CharBoxState 
   Inherits System.Enum
 
'Usage
 
Dim instance As CharBoxState
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