ImageGear Professional for Windows ActiveX
Sort Method

Description:

Sorts the thumbnail items in the control. The items can either be sorted by one of the pre-defined sort sequences, or your application can sort them into some custom sequence. To sort them into a custom sequence, your application must implement a DoSort Event handler.

Syntax:

      Sort(LParam As Long, option As IG_GUIWINCTL_SORTOPTIONS)

Parameters:

Name Description
LParam Any value that you wish to pass to the DoSort Event handler. Typically, this will either be null or a "ByRef" reference to an object created by your application.
option One of the enumIGGUIWinCtlSortoptions Enumeration values. If you choose IG_GUIWINCTL_VIA_CALLBACK, then your application must implement a DoSort Event handler.

Return Value:

None

Bits Per Pixel:

N/A

Sample:

ig_guiwin_vb6.exe

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback