Enum ChangePopupSelectionCommand
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
Specifies the possible kinds of popup selection command.
public enum ChangePopupSelectionCommand
Fields
Down = 1Select down.
PageDown = 3Select page down.
PageUp = 2Select page up.
Up = 0Select up.