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 ); 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. The return value is not used. Supported on EmEditor Professional Version 6.00 or later.Parameters¶
Return Values¶
Version¶