Intersoft ClientUI Documentation
UXStackPanel_AnimateNext Method



Target panel.
Starting index.
Movement.
Direction
Animate next items.
Syntax
Public Shared Sub UXStackPanel_AnimateNext( _
   ByVal panel As UXPanel, _
   ByVal index As Integer, _
   ByVal move As Double, _
   ByVal direction As Integer _
) 
Dim panel As UXPanel
Dim index As Integer
Dim move As Double
Dim direction As Integer
 
PanelUtilityExport.UXStackPanel_AnimateNext(panel, index, move, direction)
public static void UXStackPanel_AnimateNext( 
   UXPanel panel,
   int index,
   double move,
   int direction
)
public:
static void UXStackPanel_AnimateNext( 
   UXPanel^ panel,
   int index,
   double move,
   int direction
) 

Parameters

panel
Target panel.
index
Starting index.
move
Movement.
direction
Direction
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

Reference

PanelUtilityExport Class
PanelUtilityExport Members

Send Feedback