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.
Specifies how the scroll bars of an InkEdit control appear on the screen.
Syntax
typedef enum ScrollBarsConstants {
rtfNone = 0,
rtfHorizontal = 1,
rtfVertical = 2,
rtfBoth = 3
} ;
Constants
rtfNoneValue: 0 Default. No scroll bars. |
rtfHorizontalValue: 1 Horizontal scroll bar only. |
rtfVerticalValue: 2 Vertical scroll bar only. |
rtfBothValue: 3 Both horizontal and vertical scroll bars. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | inked.h |