New to Telerik UI for WinFormsStart a free 30-day trial

KeyArgs

Class

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public class KeyArgs

Inheritance: objectKeyArgs

Constructors

Initializes a new instance of the KeyArgs class.

C#
public KeyArgs(Keys key, bool isFocusWithinItem)
Parameters:keyKeys

The key.

isFocusWithinItembool

The isFocusWithinItem parameter.

Initializes a new instance of the KeyArgs class.

C#
public KeyArgs(Keys key)
Parameters:keyKeys

The key.

Properties

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

C#
public bool IsFocusWithinItem { get; set; }

Gets or sets the key.

C#
public Keys Key { get; set; }
Property Value:

The key.