Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandControl Class / AcceptsReturn Property

In This Topic
    AcceptsReturn Property
    In This Topic
    Gets or sets the value indicating whether the embedded control receives the Return key.
    Syntax
    'Declaration
     
    
    Public Property AcceptsReturn As Boolean
    public bool AcceptsReturn {get; set;}
    See Also