IsSelected returns true if the index image is currently selected.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsSelected(
	int index
)
Public Function IsSelected ( _
	index As Integer _
) As Boolean
public:
bool IsSelected(
	int index
)

Parameters

index
Int32
The index of the image to query

Return Value

Returns true if the image is selected.

See Also