Pegasus Class Library Help
Gets a value indicating whether the 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 Connected { get; }
Visual Basic (Declaration)
Public ReadOnly Property Connected As Boolean
Visual C++
public:
property bool Connected {
	bool get ();
}

Field Value

true if connected; otherwise, false.

Remarks

The Connected property returns a value indicating whether the pen device is connected. The Enabled property must be true in order for the Connected property find the attached pen. If the control's Enabled property is false, Connected will always return false.

See Also