Gets/Sets the enabled state of this input.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public bool Enabled { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Enabled As Boolean |
| Visual C++ |
|---|
public: property bool Enabled { bool get (); void set (bool value); } |
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |