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





In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / SetItemCheckState Method

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