'Declaration
Public Enum ShowLiterals Inherits System.Enum
'Usage
Dim instance As ShowLiterals
public enum ShowLiterals : System.Enum
'Declaration
Public Enum ShowLiterals Inherits System.Enum
'Usage
Dim instance As ShowLiterals
public enum ShowLiterals : System.Enum
Member | Description |
---|---|
Always | Always show the literals. |
PostDisplay | The literals are post displayed as the user types. |
PreDisplay | The literals are displayed before the user types. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.ShowLiterals