StylusPointProperties.PacketStatus Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the current status of the cursor.
public: static initonly System::Windows::Input::StylusPointProperty ^ PacketStatus;
public static readonly System.Windows.Input.StylusPointProperty PacketStatus;
staticval mutable PacketStatus : System.Windows.Input.StylusPointProperty
Public Shared ReadOnly PacketStatus As StylusPointProperty
Field Value
Remarks
The value of the PacketStatus field contains one or more of the following flag values in a bit field. Use bit operators to check the status of these values.
The cursor is touching the drawing surface (Value = 1).
The cursor is inverted. For example, the eraser end of the pen is pointing toward the surface (Value = 2).
Not used (Value = 4).
The barrel button is pressed (Value = 8).