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
- sender
Tipo: System.Object
O remetente do evento.
- e
Tipo: System.Windows.Forms.KeyPressEventArgs
Os argumentos que identificam o tipo de evento de chave.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DatabasePropertyPageUserControlBase Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project