Skip to content

e5134820 26a9 d01d a905 2e55f83c049b

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

ConsoleLoggerSettings.QuickEdit Property

Enables or disables the quick-edit mode of a console window.

Namespace: Plexdata.LogWriter.Settings
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public bool QuickEdit { get; set; }

Property Value

Type: Boolean
True to enable the quick-edit mode and false to disable it.

Implements

IConsoleLoggerSettings.QuickEdit

Remarks

The quick-edit mode represents a special feature of the Windows console and allows to mark and copy text.

See Also

Reference

ConsoleLoggerSettings Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally