| ButtonClickMode Enumeration |
Specifies when the Click event should be raised for a button.
Namespace: Microsoft.IoT.DeviceCore.InputAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ButtonClickMode
Public Enumeration ButtonClickMode
public enum class ButtonClickMode
Members
| Member name | Value | Description |
---|
| Release | 0 |
Specifies that the Click event should be raised when the
input device is pressed and released.
|
| Press | 1 |
Specifies that the Click event should be raised when the
input device is pressed.
|
See Also