ComponentOne VSView 8.0
Navigation Property

Returns or sets the type of document navigation interface provided (mouse, mouse wheel, or keyboard).

Syntax

[form!]VSPrinter.Navigation[ = NavigationSettings ]

Remarks

The settings for the Navigation property are described below:

 

Constant

Value

Description

vpnvNone

0

No built-in navigation.

vpnvMouse

1

The control will respond to the following mouse commands: (1) click-drag to scroll the document, (2) shift-click with the left and right buttons to switch pages, and (3) control-click with the left and right buttons to zoom in and out.

vpnvWheel

2

The control will respond to the following mouse wheel commands: (1) roll to scroll the document, (2) shift-roll to switch pages, and (3) control-roll to zoom in and out.

vpnvMouseWheel

3

Combination of vpnvMouse and vpnvWheel. The control will respond to mouse and wheel commands.

vpnvKeyboard

4

The control will respond to the following keyboard commands: (1) arrow keys scroll the document, (2) page up/page down to switch pages, and (3) control-arrow keys to zoom in and out.

vpnvMouseKeyboard

5

Combination of vpnvMouse and vpnvKeyboard.

vpnvWheelKeyboard

6

Combination of vpnvWheel and vpnvKeyboard.

vpnvAll

7

Combination of vpnvMouse, vpnvWheel, and vpnvKeyboard.

 

Data Type

NavigationSettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback