ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputBase Class / HideEnter Property

In This Topic
    HideEnter Property
    In This Topic
    If true, then the browser response is disabled when the ENTER key is pressed.
    Syntax
    'Declaration
     
    Public Property HideEnter As System.Boolean
    public System.bool HideEnter {get; set;}
    See Also