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


HighlightText Enumeration
Highlights the type of text selection in the control.
Syntax
'Declaration
 
Public Enum HighlightText 
   Inherits System.Enum
 
'Usage
 
Dim instance As HighlightText
Members
MemberDescription
AllHighlights all the text.
FieldHighlights the specified field.
NoneSpecifies no highlight.
Remarks
After getting focus, none, specified fields, or all text in the editor is highlighted.
Inheritance Hierarchy

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

See Also