Pegasus Class Library Help
Gets or sets a value indicating whether this PegasusPen component is enabled.

Namespace:  Pegasus.Components
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

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);
}

Field Value

true if enabled; otherwise, false.

Remarks

Setting Enabled value to true loads the driver if it is not yet loaded, and communicate with it. Setting Enabled property to false while the Connected property is true, will set the Connected property to false.

See Also