AppearanceConstants enumeration (inked.h)

Specifies how an InkEdit control appears on the screen.

Syntax

typedef enum AppearanceConstants {
  rtfFlat = 0,
  rtfThreeD = 1
} ;

Constants

 
rtfFlat
Value: 0
Flat. Paints without visual effects.
rtfThreeD
Value: 1
Default. 3D. Paints with three-dimensional effects.

Requirements

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

See also

InkEdit Control Reference