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






currentIndex
Current index.
targetIndex
Target index.
Move the element from current index to target index.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub MoveChild( _
   ByVal currentIndex As Integer, _
   ByVal targetIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXStackPanel
Dim currentIndex As Integer
Dim targetIndex As Integer
 
instance.MoveChild(currentIndex, targetIndex)
C# 
public override void MoveChild( 
   int currentIndex,
   int targetIndex
)
Delphi 
public procedure MoveChild( 
    currentIndex: Integer;
    targetIndex: Integer
); override; 
JScript 
public override function MoveChild( 
   currentIndex : int,
   targetIndex : int
);
Managed Extensions for C++ 
public: void MoveChild( 
   int currentIndex,
   int targetIndex
) override 
C++/CLI 
public:
void MoveChild( 
   int currentIndex,
   int targetIndex
) override 

Parameters

currentIndex
Current index.
targetIndex
Target index.

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.