If enabled, users can select multiple layers by holding down the Shift key. Moving, resizing, rotation, and other methods will apply to all selected layers

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

Syntax

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

See Also