Table of Contents

Enum EvaluateDialog.ExpressionBoxState

Namespace
Alternet.Scripter.Debugger.UI
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

Defines expression text box states.

[Flags]
public enum EvaluateDialog.ExpressionBoxState

Fields

Focused = 1

Specifies that expression text box is focused.

None = 0

Specifies no state.

Selected = 2

Specifies that the tet in the expression text box is selected.