Click or drag to resize

ButtonClickMode Enumeration

[Missing <summary> documentation for "T:Livit.Learn.Model.GUI.ButtonClickMode"]

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public enum ButtonClickMode
Members
  Member nameValueDescription
Normal0 Executes the Button command once when the mouse click is released.
Hold1 Repeats the Button command as long as the click is held.
See Also