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