Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub MoveTo( _ ByVal indexFrom As Integer, _ ByVal indexTo As Integer _ ) |
Parameters
- indexFrom
- Current or "old" position of the limit line.
- indexTo
- Position the limit line is to be moved to.
The indexes inxFrom and inxTo represent positions as they exist before moving the LimitLine. They must be in the range of 0 to Count-1.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)