The item index. Between 0 and ItemCount - 1.





In This Topic
GdPicture14 Namespace / ThumbnailEx Class / GetItemFocusState Method

GetItemFocusState Method (ThumbnailEx)

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

Parameters

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

Return Value

True for checked, else False.
See Also