Method ProcessAutoComplete
ProcessAutoComplete(string, Point, out string)
When implemented by a class, checks whether end-of-block code needs inserting.
bool ProcessAutoComplete(string text, Point position, out string code)Parameters
- textstring
- Specifies source text. 
- positionPoint
- Specifies current position in text. 
- codestring
- Output parameter to return code fragment to be inserted. 
Returns
- bool
- True if autocompletion of end-of-block needed; otherwise false.