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





In This Topic
SetItemCheckState Method (ThumbnailEx)
In This Topic
Changes the check state (if checked or not) of a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function SetItemCheckState( _
   ByVal ItemIdx As Integer, _
   ByVal Checked As Boolean _
) As GdPictureStatus
public GdPictureStatus SetItemCheckState( 
   int ItemIdx,
   bool Checked
)
public function SetItemCheckState( 
    ItemIdx: Integer;
    Checked: Boolean
): GdPictureStatus; 
public function SetItemCheckState( 
   ItemIdx : int,
   Checked : boolean
) : GdPictureStatus;
public: GdPictureStatus SetItemCheckState( 
   int ItemIdx,
   bool Checked
) 
public:
GdPictureStatus SetItemCheckState( 
   int ItemIdx,
   bool Checked
) 

Parameters

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

Return Value

A member of the GdPictureStatus enumeration.
See Also