Direction Enumeration

Used to specifiy the direction of the user navigation between controls, acording to their TabIndex .TabIndex"/>

Definition

Namespace: Firefly.Box.Flow
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum Direction

Members

Forward0 Forward in ascending order.
Backward1 Backward in descending order
Any2 Means that the direction doesn't matter

See Also