[Visual Basic] Protected Overrides Sub OnMouseDown( _
ByVal e As MouseEventArgs _
)
[Visual Basic] Protected Overrides Sub OnMouseDown(ByVal e As MouseEventArgs)
If (e.Button = Windows.Forms.MouseButtons.Left) AndAlso (MyBase.SelectedTab IsNot Nothing) AndAlso (Not MyBase.GetTabRect(MyBase.SelectedIndex).IsEmpty) Then
Me._SourceTabPage = MyBase.SelectedTab
End If
MyBase.OnMouseDown(e)
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