Class InputPane
Represents a class for Displaying the input keys.Syncfusion.UI.Xaml.Controls.Input.InputPane
Inheritance
System.Object
InputPane
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class InputPane : Control
Constructors
InputPane()
Initializes an instance of the Syncfusion.UI.Xaml.Controls.Input.InputPane class.
Declaration
public InputPane()
Methods
add_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void add_CalculatorKeyDown(KeyInputEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
KeyInputEventHandler | value |
OnApplyTemplate()
Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Input.InputPane of the Syncfusion.UI.Xaml.Controls.Input.SfCalculator control.
Declaration
public override void OnApplyTemplate()
OnCalculatorKeyDown(Key)
Occurs when the key is pressed
Declaration
protected virtual void OnCalculatorKeyDown(Key key)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.Key | key |
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationPeer |
remove_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void remove_CalculatorKeyDown(KeyInputEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
KeyInputEventHandler | value |
Events
CalculatorKeyDown
Invoked when the Calculator ky is pressed.
Declaration
public event KeyInputEventHandler CalculatorKeyDown
Event Type
Type |
---|
KeyInputEventHandler |
See Also
Syncfusion.UI.Xaml.Controls.Input.SfCalculator