Description Enables or disables image cutting using the mouse.
Usage [form.] BiDisp.Cut [= boolean]
Settings The Cut property settings for a TIFF control are:
Setting Description
0 (Default). Prevents an image from being cut using the mouse.
1 Allows an image to be cut using the mouse.
Remarks If the Cut property is enabled and the user moves the mouse cursor, a line will appear. While the property is enabled, the user can specify the image will be cut. When the left mouse button is pressed, the top of the image is displayed in the window of the original image and the bottom of the image is displayed in a new window.
The No MouseDown, MouseMove and MouseUp Events are performed during the cut procedure.
Data Type Integer (Boolean)
Available þDesign-Time þRun-Time Read þRun-Time Write
See Also CutDIBBottom Method, CutDIBTop Method, HalfDIB Property