In This Article

HitTestResultType Enum

Specifies a high-level categorization about what an IHitTestResult represents.

public enum HitTestResultType

Fields

Name Description
Other

The location is over some unidentified result.

Splitter

The location is over a splitter that is between two editor views.

ViewMargin

The location is over an editor view margin.

ViewScrollBar

The location is over a scrollbar within an editor view.

ViewScrollBarBlock

The location is over the block that is in the corner where the horizontal and vertical scrollbars meet.

ViewScrollBarSplitter

The location is over an unexpanded splitter that is directly inline with an editor view scrollbar.

ViewScrollBarTray

The location is over an editor view scrollbar tray area that generally contains other controls like buttons.

ViewTextArea

The location is not over any editor view lines, but it is in the text area.

ViewTextAreaOverCharacter

The location is directly over a character within an editor view.

ViewTextAreaOverIntraLineSpacer

The location is directly over an intra-line spacer within an editor view.

ViewTextAreaOverIntraTextSpacer

The location is directly over an intra-text spacer within an editor view.

ViewTextAreaOverLine

The location is not over a character within an editor view, but it is in the whitespace past the end of a view line.