Specifies which mouse activities IEViewer handles automatically.

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

Syntax

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

Field Value

If True: User can select a rectangular area. Click and move mouse to select the rectangle. SHIFT key allows to select multiple regions. Pressing ALT the selection maintains aspect ratio

See Also