InkX Control Constants

The following are key constants used in support of the RichInk window.

#define WC_INKXA   "InkX"
#define WC_INKXW L"InkX"

#ifdef UNICODE
 #define WC_INKX  WC_INKXW
#else
 #define WC_INKX  WC_INKXA
#endif

Remarks

By default, the InkX control has a VoiceBar that appears at the top of the control. Using the following window styles can change this. Do not use the OR operator to combine these styles together.

#define IS_NOVOICEBAR     0x0200  // Do not create a VoiceBar
#define IS_BOTTOMVOICEBAR   0x0400  // VoiceBar appears at bottom of the control

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: inkx.h
Library: inkx.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.