Editor_ShowOutline

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

Editor_ShowOutline( HWND hwnd, WPARAM nFlags );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

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.