POINTER_GRAVITY enumeration
An enumerated type that indicates whether a markup pointer will stay with the markup to its right or left when markup is inserted at the pointer's location.
Syntax
typedef enum { POINTER_GRAVITY_Left = 0, POINTER_GRAVITY_Right = 1 } POINTER_GRAVITY;
Constants
- POINTER_GRAVITY_Left
-
The pointer will stay with the markup to its left.
- POINTER_GRAVITY_Right
-
The pointer will stay with the markup to its right.
Remarks
The values of this enumeration are used in the IMarkupPointer::Gravity and IMarkupPointer::SetGravity methods.
By default, markup pointers have left gravity.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
See also
Show: