This documentation is archived and is not being maintained.
ModifierKeysConverter Class
Visual Studio 2008
Converts a ModifierKeys object to and from other types.
Assembly: WindowsBase (in WindowsBase.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The ModifierKeysConverter class only converts an instance of ModifierKeys to and from a String.
The ModifierKeysConverter converts to and from a String using the "+" character as the delimiter. For example, the string Control+ALT would be converted into a ModifierKeys object consisting of the Control and Alt keys.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: