Skip to content

26b5f9cf 8a23 d9a4 5028 86a0a6ff796c

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

SystemConsoleWrapper.SetQuickEditMode Method

This method sets currently applied Quick Edit Mode.

Namespace: Plexdata.LogWriter.Internals.Native.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.7.1

Syntax

C#

private void SetQuickEditMode(
	bool value
)

Parameters

 

value
Type: System.Boolean
True to enable the Quick Edit Mode and false to disable it.

Remarks

Be aware enabling or disabling the Quick Edit Mode will effect the whole console window.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.QuickEdit
SystemConsoleWrapper.GetQuickEditMode()

Clone this wiki locally