SelectSeek move the current selected image at the pos position. SelectSeek scroll to make visible the selected image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SelectSeek(
	IEMulti..::..SelectSeekType position
)
Public Sub SelectSeek ( _
	position As IEMulti..::..SelectSeekType _
)
public:
void SelectSeek(
	IEMulti..::..SelectSeekType position
)

Parameters

position
IEMulti..::..SelectSeekType
Where move the selected image

See Also