Enum SearchMode
Enumeration defining different modes of going through the stack.
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public enum SearchMode : byte
Fields
| Name | Description |
|---|---|
| Bottom | Seek bottom (last) layer in the stack. |
| Next | Seek next layer in the stack. |
| Previous | Seek previous layer in the stack. |
| Top | Seek top (first) layer in the stack. |