SelectImageArea Property

Description         Enables or disables selecting a rectangular area using the mouse.

Usage                  [form.] BIDisp. SelectImageArea [=  boolean]

Settings               The SelectImageArea property settings for a BIDisp control are:

 

Setting                 Description                                                                               

0                           (Default). Prevents selecting  a rectangular area of the image using the mouse.

1                           Allows selecting  a rectangular area of the image using the mouse.

Remarks             If the SelectImageArea property is enabled and the user presses the left mouse button down, a rectangle will appear. While the left mouse button is down, the user can select a rectangle. When the button is released the SelecImageArea and the SelectClientArea event is raised.

                            The No MouseDown, MouseMove and MouseUp Events are performed during the select procedure.

Data Type          Integer (Boolean)

Available            þDesign-Time      þRun-Time Read      þRun-Time Write

See Also              SelectImageArea Event, SelectClientAreaEvent