ButtonClickMode Enumeration |
[Missing <summary> documentation for "T:Livit.Learn.Model.GUI.ButtonClickMode"]
Namespace: Livit.Learn.Model.GUI
public enum ButtonClickMode
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Executes the Button command once when the mouse click is released. | |
Hold | 1 | Repeats the Button command as long as the click is held. |