ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Methods > Sort Method |
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.
Sort(LParam As Long, option As IG_GUIWINCTL_SORTOPTIONS)
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. |
None
N/A
ig_guiwin_vb6.exe