Pegasus Class Library Help
Gets a value indicating whether a pen device is connected.

Namespace:  Pegasus.Components
Assembly:  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.

See Also