Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Gets a value indicating whether a pen device is connected.
Namespace:
Pegasus.ComponentsAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public bool IsPenConnected() |
| Visual Basic (Declaration) |
|---|
Public Function IsPenConnected As Boolean |
| Visual C++ |
|---|
public: bool IsPenConnected() |
Return Value
true if pen device is connected; otherwise, false.
Remarks
This method return value is different from the Connected
property value. See the remarks for the Connected
property documentation.