Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|---|---|---|
SelectionChanged | None | None | Raised when the user selects a new step by clicking or tapping. |
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Add | item as GraffitiStepBarItem | None | Adds the specified item to the end of the StepBar. |
Add | ParamArray itemContents as String | None | Adds items representing the elements of the array. |
AddAt | index as Integer | None | Adds the specified item at the provided index. |
item as GraffitiStepBarItem | |||
ItemAt | index as Integer | GraffitiStepBarItem | Returns the item at the specified index. |
LastIndex | None | Integer | Returns the last item’s index. |
Remove | item as GraffitiStepBarItem | None | Removes the specified item. |
RemoveAt | index as Integer | None | Removes the item at the specified index. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AllowSelection | Boolean | False | When True the user can click steps to change the currently selected item. |
IsVertical | Boolean | False | Set to True to display steps vertically (top-to-bottom). |
SelectedIndex | Integer | -1 | Currently selected item index. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.