You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whatsnewcontrols.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,10 +153,10 @@ All controls that use the history feature always have the EnabledHistory(string
153
153
154
154
All console commands are in: **Prompt Plus.Console**.\<command/Properties\>. The commands are the same as those provided by the Console class with possible additional returns and/or extra functionality.
155
155
156
-
A separation was made in the writing methods for common texts (default console behavior): **Write/WriteLine** and texts with syntax for text colors: **WriteColor/WriteLineColor**.
157
-
158
156
**Properties** (All setters use Exclusive Context blocking the main thread during their execution)
159
157
158
+
- EnabledExclusiveContext
159
+
- Gets/Sets a value indicating Enabled Exclusive context for controls/wdgets and commands console. Default value is false.
160
160
- UserPressKeyAborted
161
161
- Gets a value indicating whether the operation was aborted by the user (Ctrl+C / Ctrl+Break) when CancelKeyPress is used.
0 commit comments