Links
EControl Syntax Editor SDK
ecSyntAnal.THighlightPos Enumeration
THighlightPos = (
  cpAny,
  cpBound,
  cpBoundTag,
  cpRange,
  cpBoundTagBegin,
  cpOutOfRange
);

ecSyntAnal

Members 
Description 
cpAny 
Text range is highlighted independently on caret position. 
cpBound 
Text range is highlighted when caret is at the bound of the text range (at the first character of the first token of the range or at the first character after last token of the range). 
cpBoundTag 
Text range is highlighted when caret is within bounding tokens of the text range. 
cpRange 
Text range is highlighted when caret is wherever within text range. 
cpBoundTagBegin 
Text range is highlighted when caret is at the first character of the bounding tokens. 
cpOutOfRange 
Text range is highlighted when caret is wherever out the text range. 

Specifies caret position when text range is highlighted.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!