ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / NoPostOnEnter Property

In This Topic
    NoPostOnEnter Property (DropDownFormBase)
    In This Topic
    If this flag is set, pressing the Enter key does not close the form.
    Syntax
    'Declaration
     
    Protected Property NoPostOnEnter As System.Boolean
    protected System.bool NoPostOnEnter {get; set;}
    See Also