The item index. Between 0 and ItemCount - 1.





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

GetItemSelectState Method (ThumbnailEx)

In This Topic
Returns the select state (if selected or not) of a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function GetItemSelectState( _
   ByVal ItemIdx As Integer _
) As Boolean
public bool GetItemSelectState( 
   int ItemIdx
)
public function GetItemSelectState( 
    ItemIdx: Integer
): Boolean; 
public function GetItemSelectState( 
   ItemIdx : int
) : boolean;
public: bool GetItemSelectState( 
   int ItemIdx
) 
public:
bool GetItemSelectState( 
   int ItemIdx
) 

Parameters

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

Return Value

True for selected, else False.
See Also