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