C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / HighlightText Enumeration

HighlightText Enumeration
Specifies the type of selection text in control
Syntax
'Declaration
 
Public Enum HighlightText 
   Inherits 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