다음을 통해 공유


PacketProperty.PacketStatus Field

PacketProperty.PacketStatus Field

The Guid Leave Site for the PacketProperty object for the current status of the cursor.

Definition

Visual Basic .NET Public Shared PacketStatus As Guid
C# public static Guid PacketStatus;
Managed C++ public: static Guid PacketStatus;

Field Value

System.Guid. The globally unique identifier (GUID) that identifies the packet property for the current status of the cursor.

This field is read-only. This field has no default value.

Remarks

Contains one or more of the following flag values in a bit field. Use bit operators to check the status of these values.

  • IP_CURSOR_DOWN (This flag is an integer with a value of 1.) The cursor is touching the drawing surface.
  • IP_INVERTED (This flag is an integer with a value of 2.) The cursor is inverted. For example, the eraser end of the pen is pointing toward the surface.
  • IP_MARGIN (This flag is an integer with a value of 4.) Not used.

See Also