Click or drag to resize

IndexLoop Methods

The IndexLoop type exposes the following members.

Methods
  NameDescription
Public methodDeselect
Deselect current index.
Public methodDraw
Draws IndexLoop toolbar GUI in Layout zone.
Public methodNext
Selects next index in loop.

If next index greater then Max value then Min value will be selected.

Public methodPrevious
Selects previous index in loop.

If previous index lesser then Min value then Max value will be selected.

Public methodRelease
Remove subscribers from events and prepare for GC.
Public methodSet
Selects the specified index.
Public methodCode exampleToString(String)
Converts the loop value to its string representation.
Public methodToString(IndexLoopLoopStringFormat)
Converts the loop value to its string representation.
Top
See Also