Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |