Intersoft ClientUI Documentation
UXStackPanel_AnimateNext Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > PanelUtilityExport Class : UXStackPanel_AnimateNext Method






panel
Target panel.
index
Starting index.
move
Movement.
direction
Direction
Animate next items.

Syntax

Visual Basic (Declaration) 
Public Shared Sub UXStackPanel_AnimateNext( _
   ByVal panel As UXPanel, _
   ByVal index As Integer, _
   ByVal move As Double, _
   ByVal direction As Integer _
) 
Visual Basic (Usage)Copy Code
Dim panel As UXPanel
Dim index As Integer
Dim move As Double
Dim direction As Integer
 
PanelUtilityExport.UXStackPanel_AnimateNext(panel, index, move, direction)
C# 
public static void UXStackPanel_AnimateNext( 
   UXPanel panel,
   int index,
   double move,
   int direction
)
Delphi 
public procedure UXStackPanel_AnimateNext( 
    panel: UXPanel;
    index: Integer;
    move: Double;
    direction: Integer
); static; 
JScript 
public static function UXStackPanel_AnimateNext( 
   panel : UXPanel,
   index : int,
   move : double,
   direction : int
);
Managed Extensions for C++ 
public: static void UXStackPanel_AnimateNext( 
   UXPanel* panel,
   int index,
   double move,
   int direction
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.