Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxExXP.UseRoundRegions Property

Gets or sets the ability to use Round Regions for round borders instead of using the [BackColorOut] property;

Syntax
Public Property Get UseRoundRegions () As Boolean
Public Property Let UseRoundRegions (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean True for using Regions (uses more memory), False for using the [BackColorOut] property
Remarks