Version

DoesCarouselItemExist Method

Returns true if the the CarouselItem identified by its index is found in the list of the CarouselBase control,else returns false
Syntax
'Declaration
 
Protected Function DoesCarouselItemExist( _
   ByVal iItemIndex As System.Integer, _
   ByVal iItemsCount As System.Integer _
) As System.Boolean
protected System.bool DoesCarouselItemExist( 
   System.int iItemIndex,
   System.int iItemsCount
)
protected: System.bool DoesCarouselItemExist( 
   System.int iItemIndex,
   System.int iItemsCount
) 

Parameters

iItemIndex
Index identifier of the CarouselItem
iItemsCount
Total number of items of the CarouselBase control

Return Value

True if the the CarouselItem identified by its index is found else False
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also