[Visual Basic] Protected Overrides Sub OnClick( _
ByVal e As EventArgs _
)
[Visual Basic] Protected Overrides Sub OnClick(ByVal e As System.EventArgs)
If Me.DroppedDown Then
Me.DroppedDown = False
Me.Focus()
Me.FindForm.Focus()
Me.Focus()
End If
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition