Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ZoomStyle Property

Defines the mouse button behavior.

Syntax

Get

VB.NETStyle = object.ZoomStyle As SftPrintPreviewZoomStyleConstants
VBStyle = object.ZoomStyle As SftPrintPreviewZoomStyleConstants
C#.NETSftPrintPreviewZoomStyleConstants Style = object.ZoomStyle;
VC++enum SftPrintPreviewZoomStyleConstants Style = object->ZoomStyle;
enum SftPrintPreviewZoomStyleConstants Style = object->GetZoomStyle();
CHRESULT object->get_ZoomStyle(enum SftPrintPreviewZoomStyleConstants* Style);

Put

VB.NETobject.ZoomStyle = Style As SftPrintPreviewZoomStyleConstants
VBobject.ZoomStyle = Style As SftPrintPreviewZoomStyleConstants
C#.NETSftPrintPreviewZoomStyleConstants object.ZoomStyle = Style;
VC++enum SftPrintPreviewZoomStyleConstants object->ZoomStyle = Style;
void object->PutZoomStyle(enum SftPrintPreviewZoomStyleConstants Style);
CHRESULT object->put_ZoomStyle(enum SftPrintPreviewZoomStyleConstants Style);

object

A SftPrintPreview object.

Style

Defines the mouse button behavior.

NameValueDescription
zoomSftPrintPreviewNone0None - The left and right mouse buttons have no effect.
zoomSftPrintPreviewLeft1Left Mouse Button - The left mouse button is used to zoom in and out. The right mouse button has no effect. The zoom increment is defined using the ZoomIncrDecr property.
zoomSftPrintPreviewLeftRight2Left/Right Mouse Buttons - The left mouse button is used to zoom in. The right mouse button is used to zoom out. The zoom increment is defined using the ZoomIncrDecr property.

Comments

The ZoomStyle property defines the mouse button behavior.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.