AreaSelected Property

The AreaSelected property returns or sets the selection state of the Area Selection Box of inset zoom and graph magnifier objects. Returns a Boolean.

Syntax

object.AreaSelected

object.AreaSelected = Selected

 

Parameter Type Description
Selected Boolean required

 

Remarks

If true object position properties (left, top) apply to the Area Selection Box.  If false these apply to the Zoomed Area Box.

Example 1

This example shows how to activate the area selection box of an AutoGraphMagnifier

GraphMagnifier.AreaSelected = True

Example 2

This example shows how to activate the ZoomedArea object of an AutoGraphMagnifier

GraphMagnifier.AreaSelected = False

 

Used by: AutoInsetZoom object, AutoGraphMagnifier object