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.Windows.Forms.Button
|
ChordBox
Declaration
public TextBox ChordBox { get; }
Property Value
System.Windows.Forms.TextBox
|
EditorService
Declaration
public IWindowsFormsEditorService EditorService { get; }
Property Value
System.Windows.Forms.Design.IWindowsFormsEditorService
|
Value
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
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.EventArgs
e
|
ProcessDialogKey(Keys)
Declaration
protected override bool ProcessDialogKey(Keys keyData)
Parameters
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
Reset()
Declaration
public void Reset()
Start(IWindowsFormsEditorService, Object)
Declaration
public void Start(IWindowsFormsEditorService edSvc, object value)
Parameters
System.Windows.Forms.Design.IWindowsFormsEditorService
edSvc
|
System.Object
value
|