BorderStyleConstants enumeration (inked.h)

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

Syntax

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

Constants

 
rtfNoBorder
Value: 0
No border.
rtfFixedSingle
Value: 1
Single line border.

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