Unicode Controls & Classes for VB6 - Version 4

ctlColorWL.DblClickEvent Property

Gets or sets the ability for the control to raise DoubleClick events

Syntax
Public Property Get DblClickEvent () As Boolean
Public Property Let DblClickEvent (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for raising DoubleClick events, False otherwise
Remarks