RadControls for WinForms

Represent a chord.

Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[EditorAttribute(typeof(ChordsEditor), typeof(UITypeEditor))]
public class Chord : IComparable
Visual Basic
<EditorAttribute(GetType(ChordsEditor), GetType(UITypeEditor))> _
Public Class Chord _
	Implements IComparable

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls.Keyboard..::..Chord

See Also