| Visual Basic (Declaration) | |
|---|---|
Public Property Arrow As Integer | |
| C# | |
|---|---|
public int Arrow {get; set;} | |
Property Value
This value is of type Integer, indicating if the top or bottom arrow indicator was clicked on.
A value of 0 represents the top arrow, and a value of 1 represents the bottom arrow.