CONTEXT_ENABLE_TYPE enumeration

Indicates whether context messages should be sent to the owning window's window procedure.

Syntax

typedef enum _CONTEXT_ENABLE_TYPE { 
  CONTEXT_ENABLE   = 1,
  CONTEXT_DISABLE  = 2
} CONTEXT_ENABLE_TYPE;

Constants

CONTEXT_ENABLE

The tablet context should be enabled, resulting in context messages being sent to the owning window's window procedure.

CONTEXT_DISABLE

The tablet context should be disabled, preventing any further context messages from being sent to the owning window's window procedure or event sink.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported

See also

ITablet::CreateContext Method