| IPushButtonIsPressed Property |
Gets a value that indicates if the button is pressed.
Namespace: Microsoft.IoT.DeviceCore.InputAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property IsPressed As Boolean
Get
property bool IsPressed {
bool get ();
}
abstract IsPressed : bool with get
Property Value
Type:
Booleantrue if the button is pressed; otherwise false.
See Also