Class KeyArgs
Inheritance
System.Object
KeyArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class KeyArgs : Object
Constructors
KeyArgs(Key)
Initializes a new instance of the KeyArgs class.
Declaration
public KeyArgs(Key key)
Parameters
System.Windows.Input.Key
key
The key. |
KeyArgs(Key, Boolean)
Initializes a new instance of the KeyArgs class.
Declaration
public KeyArgs(Key key, bool isFocusWithinItem)
Parameters
System.Windows.Input.Key
key
The key. |
System.Boolean
isFocusWithinItem
The isFocusWithinItem parameter. |
Properties
IsFocusWithinItem
Gets or sets whether the focus is in some of the diagram items.
Declaration
public bool IsFocusWithinItem { get; set; }
Property Value
System.Boolean
|
Key
Gets or sets the key.
Declaration
public Key Key { get; set; }
Property Value
System.Windows.Input.Key
The key. |