This documentation is archived and is not being maintained.
StylusPlugIn Methods
Visual Studio 2010
The StylusPlugIn type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnAdded | Occurs when the StylusPlugIn is added to an element. |
|
OnEnabledChanged | Occurs when the Enabled property changes. |
|
OnIsActiveForInputChanged | Occurs when the IsActiveForInput property changes. |
|
OnRemoved | Occurs when the StylusPlugIn is removed from an element. |
|
OnStylusDown | Occurs on a thread in the pen thread pool when the tablet pen touches the digitizer. |
|
OnStylusDownProcessed | Occurs on the application UI (user interface) thread when the tablet pen touches the digitizer. |
|
OnStylusEnter | Occurs on a pen thread when the cursor enters the bounds of an element. |
|
OnStylusLeave | Occurs on a pen thread when the cursor leaves the bounds of an element. |
|
OnStylusMove | Occurs on a pen thread when the tablet pen moves on the digitizer. |
|
OnStylusMoveProcessed | Occurs on the application UI (user interface) thread when the tablet pen moves on the digitizer. |
|
OnStylusUp | Occurs on a pen thread when the user lifts the tablet pen from the digitizer. |
|
OnStylusUpProcessed | Occurs on the application UI (user interface) thread when the user lifts the tablet pen from the digitizer. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: