ScrollBarsConstants Enumeration
ScrollBarsConstants Enumeration |
Defines values that specify how the scroll bars of an InkEdit control appear on the screen.
Declaration
[C++]
typedef enum ScrollBarsConstants
{ rtfNone = 0,
rtfHorizontal = 1,
rtfVertical = 2,
rtfBoth = 3
} ScrollBarsConstants;
Members
Name | Description |
---|---|
rtfNone | Default. No scroll bars appear on the screen. |
rtfHorizontal | Horizontal scroll bar only. |
rtfVertical | Vertical scroll bar only. |
rtfBoth | Both horizontal and vertical scroll bars. |