GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / GetItemCheckState Method





In This Topic
GetItemCheckState Method (ThumbnailEx)
In This Topic
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
See Also