ComboBox.OnKeyPress メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Protected Overrides Sub OnKeyPress ( _ e As KeyPressEventArgs _ )
Dim e As KeyPressEventArgs Me.OnKeyPress(e)
protected override void OnKeyPress ( KeyPressEventArgs e )
protected void OnKeyPress ( KeyPressEventArgs e )
protected override function OnKeyPress ( e : KeyPressEventArgs )

e の KeyChar プロパティが Return または Escape で、DroppedDown プロパティが true の場合、OnKeyPress メソッドは DroppedDown を false に設定します。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ComboBox.OnKeyPress メソッドのページへのリンク