SetItemSelectState Method (ThumbnailEx)
Changes the select state (if selected or not) of a specific item in the thumbnail list.
public function SetItemSelectState(
: Integer;
: Boolean
): GdPictureStatus;
'Declaration
Public Function SetItemSelectState( _
ByVal As Integer, _
ByVal 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.