System.Cursor Property
Word Developer Reference |
Returns or sets the state (shape) of the pointer. Can be one of the following WdCursorType constants: wdCursorIBeam, wdCursorNormal, wdCursorNorthwestArrow, or wdCursorWait. Read/write Long.
Syntax
expression.Cursor
expression A variable that represents a System object.
Example
This example prints a message on the status bar and changes the pointer to a busy pointer.
Visual Basic for Applications |
---|
|
See Also