HT_OPTIONS enumeration

Contains hit-testing options used by the IDisplayPointer::MoveToPoint method.

Syntax

typedef enum _HT_OPTIONS { 
  HT_OPT_AllowAfterEOL  = 1
} HT_OPTIONS;

Constants

  • HT_OPT_AllowAfterEOL
    Allow hit testing beyond the end of a line.

Remarks

The default setting for IDisplayPointer::MoveToPoint is to not allow hit testing beyond the end of a line.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl