Description Specifies whether the image of a BIDisp control can be zoomed using the keyboard.
Usage [form.] BIDisp.ZoomWithKeyboard [= boolean]
Settings The ZoomWithKeyboard property settings for a BIDisp control are:
Setting Description
tif2sDisable (Default). Prevents zooming of an image using the keyboard '+' and '-' keys.
tif2sEnable Allows zooming of an image using the keyboard '+' and '-' keys.
Remarks Key '+' enlarges, key '-' reduces the image by 10% when the ZoomWithKeyboard property is enabled.
ZoomWithKeyboard property has effect only if the ScaleMode property of the control is set to NoScale. Setting the ScaleMode property restores the original scaling factor for the contol.
Data Type Integer (Boolean)
Available þDesign-Time þRun-Time Read þRun-Time Write
See Also ScaleMode Property, Zoom Property