Class
KeyArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class KeyArgs

Inheritance: objectKeyArgs

Constructors

KeyArgs(Keys)

Initializes a new instance of the KeyArgs class.

Declaration

cs-api-definition
public KeyArgs(Keys key)

Parameters

key

Keys

The key.

KeyArgs(Keys, bool)

Initializes a new instance of the KeyArgs class.

Declaration

cs-api-definition
public KeyArgs(Keys key, bool isFocusWithinItem)

Parameters

key

Keys

The key.

isFocusWithinItem

bool

The isFocusWithinItem parameter.

Properties

IsFocusWithinItem

Gets or sets whether the focus is in some of the diagram items.

Declaration

cs-api-definition
public bool IsFocusWithinItem { get; set; }

Property Value

bool

Key

Gets or sets the key.

Declaration

cs-api-definition
public Keys Key { get; set; }

Property Value

Keys

The key.