|
|
|
MoveDown Method, PartsCollectionClass Class |
Moves the specified part down, towards the end, of the parts collection.
Syntax PartsCollectionClass Class (Softelvdm.Controls)
VB |
Public Sub MoveDown( ByVal PartIndex As Integer ) |
C# |
public void MoveDown( int PartIndex ); |
C++ |
public: void MoveDown( int PartIndex ); |
PartIndex
The zero-based index of the part to be moved.
Comments
The MoveDown method moves the specified part down, towards the end, of the parts collection.
This is used to reorder parts in a parts collection.
Version Information
Supported in version 1.0.
Products Table