Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / HighlightText Enumeration


In This Topic
    HighlightText Enumeration
    In This Topic
    Specifies what part of text should be selected when control has got keyboard focus.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum HighlightText 
       Inherits System.Enum
    'Usage
     
    Dim instance As HighlightText
    [Serializable()]
    public enum HighlightText : System.Enum 
    Members
    MemberDescription
    AllSelect all the text.
    FieldSelect the specified field.
    NoneWithout special selection.
    Remarks
    After getting focus, none, specified field or all text in editor will be selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.HighlightText

    See Also