BorderStyleConstants enumeration

Specifies how the borders of an InkEdit control appear on the screen.

Syntax


typedef enum BorderStyleConstants { 
  rtfNoBorder     = 0,
  rtfFixedSingle  = 1
} BorderStyleConstants;

Constants

rtfNoBorder

No border.

rtfFixedSingle

Single line border.

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: