SelectionRectangle Property

Indicates whether a selection box will be drawn when the end user clicks the left mouse button and drags the mouse pointer over a displayed image.

Applies To

Image Edit control

Syntax

object.SelectionRectangle[=boolean]

Data Type

Boolean

Setting

            Description

True (default)

Selection box drawing is enabled

False

Selection box drawing is not enabled


Remarks

Once the end user draws a selection box, cutting and copying to the Clipboard can be accomplished.

See Also

ClipboardCopy method

ClipboardCut method

SelectionRectDrawn event

ZoomToSelection method