EP_DISABLE_AUTO_COMPLETE

Queries whether the auto complete for brackets/quotation marks feature should be disabled. This feature is defined by the Highlight Matching Parentheses/Brackets check box in the Highlight (2) page of configuration properties.

EP_DISABLE_AUTO_COMPLETE

hwnd = hwndParent;

wParam = 0;

lParam = 0;

Parameters

hwndParent

The window handle of the Plug-ins Settings dialog box.

Return Values

You must return TRUE if the auto complete feature should be disabled, or FALSE if the auto complete feature is allowed.

Version

Supported on Version 9.00 or later.