Unicode Controls & Classes for VB6 - Version 4

ctlProgressWL.Border Property

Gets or sets the ability to show a border around the control

Syntax
Public Property Get Border () As Boolean
Public Property Let Border (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean True for enabling the border, False otherwise
Remarks