A rectangular area can be selected.

Click and move the mouse to select the rectangle. Select excludes Scroll and SelectXXX.

Simultaneously holding down the Shift key allows the selection of multiple regions. The Alt Key forces the selection to maintain its aspect ratio.

Same behaviour of IEViewer.EnableSelectRectangle = true.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Select { get; set; }
Public Property Select As Boolean
	Get
	Set
public:
property bool Select {
	bool get ();
	void set (bool value);
}

See Also