ApplicationUtil
Public / Methods
NameOf
3 overloads
Returns the human-readable name of the given keyboard key.
Returns the human-readable name of the given mouse button.
Returns a human-readable mnemonic for the given input modifiers.
The input modifier mnemonic is formatted as a fixed-length string:
"_______" -> InputModifiers.None "ACSLMRP" -> InputModifiers.All ||||||\ |||||\ InputModifiers.Captured ||||\ InputModifiers.Right |||\ InputModifiers.Middle ||\ InputModifiers.Left |\ InputModifiers.Shift \ InputModifiers.Control InputModifiers.Alt
Public / Attributes
Clipboard
The text content of the system clipboard, accessed via the first IApplicationWindowFactory in ApplicationWindowFactory.All for which IApplicationWindowFactory.CanClipboard returns true.
If the system clipboard cannot be accessed (for any reason), setting this property will have no effect and getting it will always return null.