Gets the modifier keys.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public Keys ModifierKeys { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModifierKeys As Keys
Visual C++
public:
property Keys ModifierKeys {
	Keys get ();
}

Field Value

The modifier keys.

See Also