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


In This Topic
    HighlightText Enumeration
    In This Topic
    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