Direction Enumeration
Used to specifiy the direction of the user navigation between controls, acording to their
TabIndex
.TabIndex"/>
Namespace: Firefly.Box.FlowAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
Public Enumeration Direction
Forward | 0 |
Forward in ascending order.
|
Backward | 1 |
Backward in descending order
|
Any | 2 |
Means that the direction doesn't matter
|