GetItemFocusState Method (ThumbnailEx)
Returns the focus state (if focused or not) of a specific item in the thumbnail list.
public bool GetItemFocusState(
int
)
public function GetItemFocusState(
: Integer
): Boolean;
public function GetItemFocusState(
: int
) : boolean;
public: bool GetItemFocusState(
int
)
public:
bool GetItemFocusState(
int
)
'Declaration
Public Function GetItemFocusState( _
ByVal As Integer _
) As Boolean
Parameters
- ItemIdx
- The item index. Between 0 and ItemCount - 1.
Return Value
True for checked, else False.