DisabledFormattingAccelerators
DisabledFormattingAccelerators
DisabledFormattingAccelerators
DisabledFormattingAccelerators
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify which keyboard shortcuts for formatting are disabled in a RichEditBox.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class DisabledFormattingAcceleratorspublic enum DisabledFormattingAcceleratorsPublic Enum DisabledFormattingAccelerators// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| All All All All | Prerelease. All keyboard shortcuts are disabled. |
| Bold Bold Bold Bold | Prerelease. The keyboard shortcut for bold (Ctrl+B) is disabled. |
| Italic Italic Italic Italic | Prerelease. The keyboard shortcut for italic (Ctrl+I) is disabled. |
| None None None None | Prerelease. No keyboard shortcuts are disabled. |
| Underline Underline Underline Underline | Prerelease. The keyboard shortcut for underline (Ctrl+U) is disabled. |