Stylus Members
.NET Framework 3.0
Provides access to general information about a tablet pen.
The following tables list the members exposed by the Stylus type.
Top
| Name | Description | |
|---|---|---|
| IsFlicksEnabled | Gets or sets a value indicating whether flicks are enabled. |
| IsPressAndHoldEnabled | Gets or sets a values indicating whether press and hold is enabled. |
| IsTapFeedbackEnabled | Gets or sets whether a value indicating whether tap feedback is enabled. |
| IsTouchFeedbackEnabled | Gets or sets whether a value indicating whether touch feedback is enabled. |
| Name | Description | |
|---|---|---|
| Captured | Gets the element to which the stylus is bound. |
| CurrentStylusDevice | Gets the stylus that represents the stylus currently in use. |
| DirectlyOver | Gets the element that is directly beneath the stylus. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddGotStylusCaptureHandler | Adds a handler for the GotStylusCapture event. |
| AddLostStylusCaptureHandler | Adds a handler for the LostStylusCapture event. |
| AddPreviewStylusButtonDownHandler | Adds a handler for the PreviewStylusButtonDown event. |
| AddPreviewStylusButtonUpHandler | Adds a handler for the PreviewStylusButtonUp event. |
| AddPreviewStylusDownHandler | Adds a handler for the PreviewStylusDown event. |
| AddPreviewStylusInAirMoveHandler | Adds a handler for the PreviewStylusInAirMove event. |
| AddPreviewStylusInRangeHandler | Adds a handler for the PreviewStylusInRange event. |
| AddPreviewStylusMoveHandler | Adds a handler for the PreviewStylusMove event. |
| AddPreviewStylusOutOfRangeHandler | Adds a handler for the PreviewStylusOutOfRange event. |
| AddPreviewStylusSystemGestureHandler | Adds a handler for the PreviewStylusSystemGesture event. |
| AddPreviewStylusUpHandler | Adds a handler for the PreviewStylusUp event. |
| AddStylusButtonDownHandler | Adds a handler for the StylusButtonDown event. |
| AddStylusButtonUpHandler | Adds a handler for the StylusButtonUp event. |
| AddStylusDownHandler | Adds a handler for the StylusDown event. |
| AddStylusEnterHandler | Adds a handler for the StylusEnter event. |
| AddStylusInAirMoveHandler | Adds a handler for the StylusInAirMove event. |
| AddStylusInRangeHandler | Adds a handler for the StylusInRange event. |
| AddStylusLeaveHandler | Adds a handler for the StylusLeave event. |
| AddStylusMoveHandler | Adds a handler for the StylusMove event. |
| AddStylusOutOfRangeHandler | Adds a handler for the StylusOutOfRange event. |
| AddStylusSystemGestureHandler | Adds a handler for the StylusSystemGesture event. |
| AddStylusUpHandler | Adds a handler for the StylusUp event. |
| Capture | Overloaded. Captures the stylus to a particular element. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetIsFlicksEnabled | Returns whether flicks are enabled for the specified element. |
| GetIsPressAndHoldEnabled | Returns whether press and hold is enabled for the specified element. |
| GetIsTapFeedbackEnabled | Returns whether tap feedback is enabled on the specified element. |
| GetIsTouchFeedbackEnabled | Returns whether touch input feedback is enabled on the specified element. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RemoveGotStylusCaptureHandler | Removes a handler for the GotStylusCapture event. |
| RemoveLostStylusCaptureHandler | Removes a handler for the LostStylusCapture event. |
| RemovePreviewStylusButtonDownHandler | Removes a handler for the PreviewStylusButtonDown event. |
| RemovePreviewStylusButtonUpHandler | Removes a handler for the PreviewStylusButtonUp event. |
| RemovePreviewStylusDownHandler | Removes a handler for the PreviewStylusDown event. |
| RemovePreviewStylusInAirMoveHandler | Removes a handler for the PreviewStylusInAirMove event. |
| RemovePreviewStylusInRangeHandler | Removes a handler for the PreviewStylusInRange event. |
| RemovePreviewStylusMoveHandler | Removes a handler for the PreviewStylusMove event. |
| RemovePreviewStylusOutOfRangeHandler | Removes a handler for the PreviewStylusOutOfRange event. |
| RemovePreviewStylusSystemGestureHandler | Removes a handler for the PreviewStylusSystemGesture event. |
| RemovePreviewStylusUpHandler | Removes a handler for the PreviewStylusUp event. |
| RemoveStylusButtonDownHandler | Removes a handler for the StylusButtonDown event. |
| RemoveStylusButtonUpHandler | Removes a handler for the StylusButtonUp event. |
| RemoveStylusDownHandler | Removes a handler for the StylusDown event. |
| RemoveStylusEnterHandler | Removes a handler for the StylusEnter event. |
| RemoveStylusInAirMoveHandler | Removes a handler for the StylusInAirMove event. |
| RemoveStylusInRangeHandler | Removes a handler for the StylusInRange event. |
| RemoveStylusLeaveHandler | Removes a handler for the StylusLeave event. |
| RemoveStylusMoveHandler | Removes a handler for the StylusMove event. |
| RemoveStylusOutOfRangeHandler | Removes a handler for the StylusOutOfRange event. |
| RemoveStylusSystemGestureHandler | Removes a handler for the StylusSystemGesture event. |
| RemoveStylusUpHandler | Removes a handler for the StylusUp event. |
| SetIsFlicksEnabled | Enables or disables flicks on the specified element. |
| SetIsPressAndHoldEnabled | Enables or disables press and hold on the specified element. |
| SetIsTapFeedbackEnabled | Enables or disables tap feedback on the specified element. |
| SetIsTouchFeedbackEnabled | Enables or disables touch input feedback on the specified element. |
| Synchronize | Synchronizes the cursor and the user interface. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| GotStylusCapture | Occurs when an element captures the stylus events. |
| LostStylusCapture | Occurs when an element releases the stylus events. |
| PreviewStylusButtonDown | Occurs when the user presses one of the buttons on the stylus. |
| PreviewStylusButtonUp | Occurs when the user releases one of the buttons on the stylus. |
| PreviewStylusDown | Occurs when user touches the tip of the stylus to the tablet. |
| PreviewStylusInAirMove | Occurs when the stylus moves while it is in range of, but not touching, the tablet. |
| PreviewStylusInRange | Occurs when the stylus comes within range of the tablet. |
| PreviewStylusMove | Occurs when the stylus moves while it is touching the tablet. |
| PreviewStylusOutOfRange | Occurs when the stylus goes out of range of the tablet. |
| PreviewStylusSystemGesture | Occurs when the user makes a system gesture with this stylus. |
| PreviewStylusUp | Occurs when the user lifts the stylus from the tablet. |
| StylusButtonDown | Occurs when the user presses one of the buttons on the stylus. |
| StylusButtonUp | Occurs when the user releases one of the buttons on the stylus. |
| StylusDown | Occurs when the user touches the tip of the stylus to the tablet. |
| StylusEnter | Occurs when the stylus cursor enters the bounds of an element. |
| StylusInAirMove | Occurs when the stylus moves while it is in range of, but not touching, the tablet. |
| StylusInRange | Occurs when the stylus comes within range of the tablet. |
| StylusLeave | Occurs when the stylus cursor leaves the bounds of an element. |
| StylusMove | Occurs when the stylus moves while it is touching the tablet. |
| StylusOutOfRange | Occurs when the stylus goes out of range of the tablet. |
| StylusSystemGesture | Occurs when the user makes a system gesture with this stylus. |
| StylusUp | Occurs when the user raises the stylus from the Tablet PC. |