Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.PanelAdapt Property

Gets or sets the ability for a panel to adapt its size to its content

Syntax
Public Property Get PanelAdapt (ByRef vKey As Variant) As Boolean
Public Property Let PanelAdapt (ByRef vKey As Variant, _
ByRef bAdapt As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByRef bAdapt As Boolean True for adapting, False otherwise
Remarks