Class frmKeysBinding
Represents a window or dialog box that is used for Keys binding.
Inheritance
System.Object
frmKeysBinding
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class frmKeysBinding : Form
Constructors
frmKeysBinding()
Initializes a new instance of the frmKeysBinding class.
Declaration
public frmKeysBinding()
frmKeysBinding(KeyProcessor, IKeyBinderContainer)
Initializes a new instance of the frmKeysBinding class.
Declaration
public frmKeysBinding(KeyProcessor parent, IKeyBinderContainer container)
Parameters
Type | Name | Description |
---|---|---|
KeyProcessor | parent | Underlying KeyProcessor. |
IKeyBinderContainer | container | IKeyBinderContainer implementation. |
Properties
KeyBinder
Gets or sets associated key processor.
Declaration
public KeyProcessor KeyBinder { get; set; }
Property Value
Type |
---|
KeyProcessor |
Methods
CreateAccessibilityInstance()
New instance for key binding accessible object
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | KeysBindingAccessibility |
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |
EnableDoubleBuffering()
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
Declaration
public void EnableDoubleBuffering()
InitializeComboList(IKeyCommandBinder[])
Initializes combobox with list of commands.
Declaration
protected void InitializeComboList(IKeyCommandBinder[] bindings)
Parameters
Type | Name | Description |
---|---|---|
IKeyCommandBinder[] | bindings | Collection of bindings. |
InitializeListCommands()
Initializes list of commands.
Declaration
protected void InitializeListCommands()
UpdateControlsInfill()
Updates controls.
Declaration
protected void UpdateControlsInfill()