Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ColumnHeader.rIcon Property

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

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