ButtonDevice Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the button device used by the InputManager.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property ButtonDevice As ButtonDevice
public ButtonDevice ButtonDevice { get; }
public:
property ButtonDevice^ ButtonDevice {
    ButtonDevice^ get ();
}
member ButtonDevice : ButtonDevice
function get ButtonDevice () : ButtonDevice

Property Value

Type: Microsoft.SPOT.Input. . :: . .ButtonDevice
The button device used by the InputManager.

.NET Framework Security

See Also

Reference

InputManager Class

Microsoft.SPOT.Input Namespace