Unicode Controls & Classes for VB6 - Version 4

ucTreeView.FullRowSelect Property

Gets or sets the ability to select an element by clicking on the area of the item row and not only in the item icon or text

Syntax
Public Property Get FullRowSelect () As Boolean
Public Property Let FullRowSelect (ByVal New_FullRowSelect As Boolean)
Parameters
Parameter Description
ByVal New_FullRowSelect As Boolean The new value
Remarks