KaxListBoxReorderToIndex Method (Int32, Int32) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ReorderToIndex(
int oldIndex,
int newIndex
)
Public Sub ReorderToIndex (
oldIndex As Integer,
newIndex As Integer
)
public:
void ReorderToIndex(
int oldIndex,
int newIndex
)
member ReorderToIndex :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex
- Type: SystemInt32
The old (current) index of the item. - newIndex
- Type: SystemInt32
The new index of the item.
Remarks
Examples
KaxListBox1.ReorderToIndex(0, 1);
KaxListBox1.ReorderToIndex(0, 1)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also