Enumeration used by ClickHandlingMode.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum ClickHandlingMode |
| Visual Basic |
|---|
Public Enumeration ClickHandlingMode |
Members
| Member name | Description | ||
|---|---|---|---|
| DoubleClickOnly | 0 | Using this mode, in case of a double click, only the double click is reported, but neither of the two single clicks. Single clicks will be reported with a short delay to ensure that they do not become double clicks. | |
| InitialSingleAndDoubleClick | 1 | In this mode, in case of a double click, only one single click is reported and one double click. The second click for the double click is not reported as a single click. | |
| BothSingleClicksAndDoubleClick | 2 | In this mode, every click (i.e. both single click and either of the clicks of a multi-click) is reported as a single click and every double click is reported as a double click. |