Spread Windows Forms 12.0 Product Documentation
HighlightText Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : HighlightText Enumeration
Highlights the type of text selection in the control.
Syntax
'Declaration
 
Public Enum HighlightText 
   Inherits System.Enum
'Usage
 
Dim instance As HighlightText
public enum HighlightText : System.Enum 
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace