Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.PanelMinWidth Property

Gets or sets the minimum width of a panel

Syntax
Public Property Get PanelMinWidth (ByRef vKey As Variant) As Long
Public Property Let PanelMinWidth (ByRef vKey As Variant, _
ByRef lMinWidth As Long)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByRef lMinWidth As Long The minimum width
Remarks