Input for ASP.NET WebForms
HighlightText Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Input Namespace : HighlightText Enumeration
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

Reference

C1.Web.Wijmo.Controls.C1Input Namespace