ScrollBarsConstants enumeration (inked.h)

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

 
rtfNone
Value: 0
Default. No scroll bars.
rtfHorizontal
Value: 1
Horizontal scroll bar only.
rtfVertical
Value: 2
Vertical scroll bar only.
rtfBoth
Value: 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

See also

InkEdit Control Reference