Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.SelectItemOnRightClick Property

Permits the selection of items also when pressing the right mouse button (like the standard control)

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