UnSelectImage unselects specified image when multiselection is enabled.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void UnSelectImage(
	int index
)
Public Sub UnSelectImage ( _
	index As Integer _
)
public:
void UnSelectImage(
	int index
)

Parameters

index
Int32
Index of the image to unselect.

See Also