Set MultiSelecting to True to simulate CTRL key pression.

It allows user to select multiple images with mouse or arrow keys without press CTRL key.

Also use MultiSelecting to select more one image using SelectedImage property.

To use multiselections the EnableMultiSelect property must be True.

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

Syntax

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

See Also