Device Properties Sample
Device Properties Viewer for the Pegasus Pen Device.
This sample program demonstrates how to access and modify the device
runtime properties. Accessing the device runtime properties is done by
accessing the Device object through
the PegasusPen.Device property.
The Device object properties, represent the runtime states and settings of the
digital Pen device.
All the Device device runtime properties are displayed in a System.Windows.Forms.PropertyGrid component.
Some of the properties are Read Only and thus cannot be changed. Others are writeable, and can be changed inside
the System.Windows.Forms.PropertyGrid component.
Note: A compiled version of the Device Properties sample is already located at the SDK Bin directory.
