RegionSelectionStatus Enumeration

Selection into the current Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public enum RegionSelectionStatus

Members

None0 No selection.
Text1 Text selected.
Variable2 Variable selected.
Constant3 Constant selected.
MathExpression4 Math expression selected.

See Also