Unicode Controls & Classes for VB6 - Version 4

ctlUniButtonImageWL.DblClickEvent Property

Gets or sets the ability to raise Double Click 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 DlbClick events, False (default) otherwise
Remarks