ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / HighlightText Enumeration

In This Topic
    HighlightText Enumeration
    In This Topic
    Specifies the type of selection text in control
    Syntax
    'Declaration
     
    Public Enum HighlightText 
       Inherits System.Enum
    public enum HighlightText : System.Enum 
    Members
    MemberDescription
    AllSelect all the text
    FieldSelect the specified field
    NoneNo selection specified
    Remarks
    After getting focus, none, specified fields or all text in editor are selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Input.HighlightText

    See Also