Unicode Controls & Classes for VB6 - Version 4
ctlUniMDITabs
.TabClick Event
Raised when the user clicks over a Tab
Syntax
Public Event TabClick (ByVal
iButton
As MouseButtonConstants,
ByVal
hWnd
As Long,
ByVal
screenX
As Long,
ByVal
screenY
As Long)
Parameters
Parameter
Description
ByVal
iButton
As MouseButtonConstants
The clicked button
ByVal
hWnd
As Long
The selected window handle
ByVal
screenX
As Long
The X coordinate
ByVal
screenY
As Long
The Y cooridnate
Remarks