The item index. Between 0 and ItemCount - 1.





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

GetItemCheckState Method (ThumbnailEx)

In This Topic
Returns the check state (if checked or not) of a specific item in the thumbnail list.
Syntax
'Declaration

 

Public Function GetItemCheckState( _

   ByVal ItemIdx As Integer _

) As Boolean
public bool GetItemCheckState( 

   int ItemIdx

)
public function GetItemCheckState( 

    ItemIdx: Integer

): Boolean; 
public function GetItemCheckState( 

   ItemIdx : int

) : boolean;
public: bool GetItemCheckState( 

   int ItemIdx

) 
public:

bool GetItemCheckState( 

   int ItemIdx

) 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.

Return Value

True for checked, else False.
See Also