Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ListItem.rCheck Property

Gets or sets the check rectangle, used by the control, doesn't work if you set a value on this property

Syntax
Public Property Get rCheck () As RECT
Public Property Let rCheck (ByRef r As RECT)
Parameters
Parameter Description
ByRef r As RECT The new value
Remarks