Pegasus Class Library Help

The PegasusPen type exposes the following members.

Constructors

  NameDescription
PegasusPenOverloaded.

Methods

  NameDescription
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DisposeOverloaded.
Download
Downloads all data as a Notebook object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Erase
Deletes all pages from the pen device.
Finalize
Releases unmanaged resources and performs other cleanup operations before the PegasusPen is reclaimed by garbage collection.
(Overrides Component..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
IsPenConnected
Gets a value indicating whether a pen device is connected.
MemberwiseCloneOverloaded.
ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

Properties

  NameDescription
CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Connected
Gets a value indicating whether the pen device is connected.
Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Device
Read Only property. Returns the Device object, represents the runtime characteristics for the attached pen device.
Downloaded
Return true if data was downloaded from the device in the current session.
Enabled
Gets or sets a value indicating whether this PegasusPen component is enabled.
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Saved
Get or Set bool value, indicating if downloaded data was saved. This value is not set by the Pen component, It is only a repository for user data. The Saved property is reset to false when connecting the device, or performing download action.
Site
Gets or sets the ISite of the Component.
(Inherited from Component.)

Events

  NameDescription
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
OnBatteryStatus
Occurs when there is a change in Battery Status. The Status contains the current Battery Status which can be or Normal.
OnConnect
Occurs when a Pen device is connected to the computer.
OnDisconnect
Occurs when the Pen device is disconnected from the computer.
OnLowSignal
Occurs when the sygnal received by the receiver unit from the pen is Low.
OnPenDown
Occurs when the Pen tip is pressed down. The PenEventArgs contain the x,y point of pressure.
OnPenModeChange
Occurs when pen mode is changed. The Mode contains the current Mode which can be or Pen.
OnPenMove
Occurs when the Pen tip is moved while is pressed. The PenEventArgs contain the x,y point of movement.
OnPenUp
Occurs when the Pen tip is released up. The PenEventArgs contain the x,y point of released.

See Also