BorderStyleConstants Enumeration
BorderStyleConstants Enumeration |
Defines values that specify how the borders of an InkEdit control appear on the screen.
Declaration
[C++]
typedef enum BorderStyleConstants
{ rtfNoBorder = 0,
rtfFixedSingle = 1
} BorderStyleConstants;
Members
Name | Description |
---|---|
rtfNoBorder | No border. |
rtfFixedSingle | Single line border. |