Property DisableDoubleClick
- Namespace
- ComfileTech.jControls
- Assembly
- ComfileTech.jControls.dll
DisableDoubleClick
Disables the double-click event so two consecutive clicks/touches will result in the Click event firing twice instead of one Click event and one Doubleclick event.
public bool DisableDoubleClick { get; set; }