Share via


DatabasePropertyPageUserControlBase.AcceptEnterKey Method

Makes buttons respond to the Enter key as if the button were clicked.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Sub AcceptEnterKey ( _
    sender As Object, _
    e As KeyPressEventArgs _
)
protected void AcceptEnterKey(
    Object sender,
    KeyPressEventArgs e
)
protected:
void AcceptEnterKey(
    Object^ sender, 
    KeyPressEventArgs^ e
)
member AcceptEnterKey : 
        sender:Object * 
        e:KeyPressEventArgs -> unit 
protected function AcceptEnterKey(
    sender : Object, 
    e : KeyPressEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DatabasePropertyPageUserControlBase Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace