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; hwndParent The window handle of the Plug-ins Settings dialog box. You must return TRUE if the auto complete feature should be disabled, or FALSE if the
auto complete feature is allowed. Supported on Version 9.00 or later.Parameters¶
Return Values¶
Version¶