Unicode Controls & Classes for VB6 - Version 4

ctlUniMDITabs.AutoClose Property

If enabled, the control automatically closes the active MDI child window when the "X" button is pressed

Syntax
Public Property Get AutoClose () As Boolean
Public Property Let AutoClose (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean The new value
Remarks