![]() | IPushButton Interface |
Namespace: Microsoft.IoT.DeviceCore.Input
The IPushButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClickMode |
Gets or sets a value that indicates when the Click event occurs.
|
![]() | IsPressed |
Gets a value that indicates if the button is pressed.
|
Name | Description | |
---|---|---|
![]() | Close | Releases system resources that are exposed by a Windows Runtime object. (Inherited from IClosable.) |
Name | Description | |
---|---|---|
![]() | Click |
Occurs when the button is clicked.
|
![]() | Pressed |
Occurs when the button is pressed.
|
![]() | Released |
Occurs when the button is released.
|