PacketProperty.PacketStatus - поле
Обновлен: Ноябрь 2007
The Guid for the PacketProperty object for the current status of the cursor.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Shared ReadOnly PacketStatus As Guid
'Применение
Dim value As Guid
value = PacketProperty.PacketStatus
public static readonly Guid PacketStatus
public:
static initonly Guid PacketStatus
public static final Guid PacketStatus
public static final var PacketStatus : Guid
Значение поля
Тип: System.Guid
The globally unique identifier (GUID) that identifies the packet property for the current status of the cursor.
Заметки
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.
Value |
Description |
---|---|
1 |
The cursor is touching the drawing surface. |
2 |
The cursor is inverted. For example, the eraser end of the pen is pointing toward the surface. |
4 |
Not used. |
8 |
The barrel button is pressed. |
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
Microsoft.Ink - пространство имен
InkCollector.DesiredPacketDescription