Spread Silverlight Documentation
Modifiers Property


GrapeCity.Windows.SpreadSheet.UI Namespace > KeyStroke Structure : Modifiers Property
Gets the modifier keys defined by the KeyStroke structure.
Syntax
'Declaration
 
Public ReadOnly Property Modifiers As System.Windows.Input.ModifierKeys
'Usage
 
Dim instance As KeyStroke
Dim value As System.Windows.Input.ModifierKeys
 
value = instance.Modifiers
public System.Windows.Input.ModifierKeys Modifiers {get;}
See Also

Reference

KeyStroke Structure
KeyStroke Members