EE_SHOW_OUTLINE

Shows or hides the outline. You can send this message explicitly or use the Editor_ShowOutline inline function.

EE_SHOW_OUTLINE
wParam = (WPARAM) (INT_PTR) nFlags;
lParam = 0;

Parameters

nFlags

Specifies one of the following values.

Value

Meaning

SHOW_OUTLINE_SHOW

Shows outline.

SHOW_OUTLINE_HIDE

Hides outline.

Return Values

The return value is not used.

Version

Supported on EmEditor Professional Version 6.00 or later.