Description Determines the type of the selection rectangle.
Usage [form.] BIDisp. SelectionLineType [= short]
Settings The SelectionLineType property settings for a BIDisp control are:
Setting Description
SelLineAnimated0 (Default). The rectangle is animated.
SelLineSolid1 The rectangle is drawn with a solid pen.
SelLineDash2 The rectangle is drawn with a dashed pen.
SelLineDot3 The rectangle is drawn with a dotted pen.
SelLineDashDot4 The rectangle is drawn with an alternating dashes and dots pen.
SelLineDashDotDot5 The rectangle is drawn with an alternating dashes and double dots pen.
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 SelectImageArea Event SelectImageArea Property, SelectionRectDisplay Property