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