ctlUniMDITabs.CloseWindow EventRaised when someone clicks the "X" button of a tabSyntax
Public Event CloseWindow (ByVal hWnd As Long)
Parameters
Remarks
If [AutoClose] is False you have to close the MDI Child window manually sending for example a WM_CLOSE message with the PostMessage API function to that handle or you can cycle through active forms and close the one which contains the passed window handle
|