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