Compartilhar via


Método DatabasePropertyPageUserControlBase.AcceptEnterKey

Torna botões para responder a tecla Enter como se o botão foi clicado.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DatabasePropertyPageUserControlBase Classe

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