Input for ASP.NET WebForms
BlurOnLeftRightKey Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Input Namespace : BlurOnLeftRightKey Enumeration
Specifies the action for left / right arrow key
Syntax
'Declaration
 
Public Enum BlurOnLeftRightKey 
   Inherits System.Enum
public enum BlurOnLeftRightKey : System.Enum 
Members
MemberDescription
BothMove to the previous/next control when press left/right or Ctrl+left/Ctrl+right keys on the first/last character of the control
LeftMove to the previous control when press left or Ctrl+left keys on the first character of the control
NoneNo action
RightMove to the next control when press right or Ctrl+right keys on the last character of the control
Remarks
Left or right key lead to lose focus when the caret is at the left-most or right-most position.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1Input Namespace