Class ChordKeysUI
Inheritance
System.Object
ChordKeysUI
Namespace: Telerik.WinControls.Keyboard
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class ChordKeysUI : UserControl
Constructors
ChordKeysUI()
Declaration
public ChordKeysUI()
ChordKeysUI(ChordsEditor)
Properties
AssignButton
Declaration
public Button AssignButton { get; }
Property Value
System.
|
ChordBox
Declaration
public TextBox ChordBox { get; }
Property Value
System.
|
EditorService
Declaration
public IWindowsFormsEditorService EditorService { get; }
Property Value
System.
|
Value
Declaration
public object Value { get; }
Property Value
System.
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. true if managed resources should be disposed; otherwise, false. |
End()
Declaration
public void End()
OnGotFocus(EventArgs)
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
System.
|
ProcessDialogKey(Keys)
Declaration
protected override bool ProcessDialogKey(Keys keyData)
Parameters
System.
|
Returns
System.
|
Reset()
Declaration
public void Reset()
Start(IWindowsFormsEditorService, Object)
Declaration
public void Start(IWindowsFormsEditorService edSvc, object value)
Parameters
System.
|
System.
|