Enum HitTest
Contains information about a part of the Edit control at a specified coordinate.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Flags]
public enum HitTest : long
Fields
Above = 1Above the Edit control client area.
Below = 2Below the Edit control client area.
BeyondEof = 128Beyond file end.
BeyondEol = 64Beyond line end.
BookMark = 2048On the bookmark.
Gutter = 256On the gutter area.
GutterImage = 1024On the gutter image.
HyperText = 131072On the hypertext.
Left = 4Left to the Edit control client area.
LineModificator = 32768On the line modificator area.
LineNumber = 65536On the line numbers area.
Margin = 512On the margin area.
Minimap = 524288On the minimap area.
None = 0No part.
OutlineArea = 4096On the outline area.
OutlineButton = 16384On the outline button.
OutlineImage = 8192On the outline image(plus/minus) button.
Right = 8Right to the Edit control client area.
Selection = 32On the selected text.
SyntaxError = 262144Syntax error.
Text = 16On the text.