Class KeyArgs
Inheritance
System.Object
KeyArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class KeyArgs
Constructors
KeyArgs(Keys)
Initializes a new instance of the Key
Declaration
public KeyArgs(Keys key)
Parameters
System. The key. |
KeyArgs(Keys, Boolean)
Initializes a new instance of the Key
Declaration
public KeyArgs(Keys key, bool isFocusWithinItem)
Parameters
System. The key. |
System. 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.
|
Key
Gets or sets the key.
Declaration
public Keys Key { get; set; }
Property Value
System. The key. |