AppearanceConstants enumeration

Specifies how an InkEdit control appears on the screen.

Syntax


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

Constants

rtfFlat

Flat. Paints without visual effects.

rtfThreeD

Default. 3D. Paints with three-dimensional effects.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

See also

InkEdit Control Reference

 

 

Show: