Gets or sets the value that indicates whether it uses the hand cursor.
[Visual Basic]
Public Property HandCursorEnabled As Boolean
[C#]
public bool HandCursorEnabled {get; set;}
Property Value
True if it uses the hand cursor; otherwise, false.
Example
How to use the hand cursor.
printPreview.HandCursorEnabled = True
printPreview.HandCursorEnabled = true;
See Also
AwPrintPreview Class | Asterworld.PrintPreview Namespace