 
            Calling this function will change a thumbnail's state to highlighted and/or selected.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_GUI_thumbnail_state_set ( 
        HWND hWndThumbnail, 
        UINT nIndex, 
        UINT nMask, 
        UINT nState 
);
 | |
| Name | Type | Description | 
|---|---|---|
| hWndThumbnail | HWND | Handle of the Thumbnail window. | 
| nIndex | UINT | Index of a thumbnail. | 
| nMask | UINT | Mask of state. | 
| nState | UINT | State of a thumbnail. | 
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
nMask and nState can be a combination of the following values: IG_GUI_THUMBNAIL_STATE_HIGHLIGHT and IG_GUI_THUMBNAIL_STATE_SELECT.