GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SetItemSelectState Method
The item index. Between 0 and ItemCount - 1.
True for selected, else False.





In This Topic
SetItemSelectState Method (ThumbnailEx)
In This Topic
Changes the select state (if selected or not) of a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function SetItemSelectState( _
   ByVal ItemIdx As Integer, _
   ByVal Selected As Boolean _
) As GdPictureStatus
 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.
Selected
True for selected, else False.

Return Value

A member of the GdPictureStatus enumeration.
See Also