SelectionRectDisplay  Property

Description         Enables or disables visibility of the selection rectangle after area selection.

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

Settings               The SelectionRectDisplay property settings for a BIDisp control are:

 

Setting                 Description                                                                               

0                           (Default).After area selection the rectangle will dissapear.

1                           After selection the selection rectangle will stay on the DC.

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 and the SelectionRectDisplay property is TRUE the rectangle will remain on the DC, otherwise the rectangle is deleted.

                            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              SelectImageAreaEvent, SelectImageArea Property, SelectionLineTypeProperty