Version

fnSelectCarouselItem Method

Internal proxy method that clicks on the selected item of XamCarouselListBox
Syntax
'Declaration
 
Protected Overridable Sub fnSelectCarouselItem( _
   ByVal iCarouselItemIndex As System.Integer, _
   Optional ByVal regionToClick As IGRectRegion, _
   Optional ByVal dClickPosX As System.Double, _
   Optional ByVal dClickPosY As System.Double _
) 
protected virtual void fnSelectCarouselItem( 
   System.int iCarouselItemIndex,
   IGRectRegion regionToClick,
   System.double dClickPosX,
   System.double dClickPosY
)
protected: virtual void fnSelectCarouselItem( 
   System.int iCarouselItemIndex,
   IGRectRegion regionToClick,
   System.double dClickPosX,
   System.double dClickPosY
) 

Parameters

iCarouselItemIndex
The index of the currently selected item of XamCarouselListBox's list
regionToClick
Optional region to click on the selected item
dClickPosX
Optional X co-ordinate of the region to click on the selected item
dClickPosY
Optional Y co-ordinate of the region to click on the selected item
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