Class FunctionsPane
Represents a class for Displaying the function keys.Syncfusion.UI.Xaml.Controls.Input.FunctionsPane
Inheritance
System.Object
FunctionsPane
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class FunctionsPane : Control
Constructors
FunctionsPane()
Initializes an instance of the Syncfusion.UI.Xaml.Controls.Input.FunctionsPane class.
Declaration
public FunctionsPane()
Methods
OnApplyTemplate()
Initializes all the child elements of Syncfusion.UI.Xaml.Controls.Input.FunctionsPane control.
Declaration
public override void OnApplyTemplate()
OnCalculatorKeyDown(Key)
Occurs when a calculator 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 |
OnFunction(CalculatorFunctions)
Occurs when a function key is pressed.
Declaration
protected virtual void OnFunction(CalculatorFunctions function)
Parameters
| Type | Name | Description |
|---|---|---|
| CalculatorFunctions | function |
Events
CalculatorKeyDown
Invoked when a calculator key is pressed.
Declaration
public event KeyInputEventHandler CalculatorKeyDown
Event Type
| Type |
|---|
| KeyInputEventHandler |
Function
Handles the events invoked due to functions
Declaration
public event FunctionEventHandler Function
Event Type
| Type |
|---|
| FunctionEventHandler |
See Also
Syncfusion.UI.Xaml.Controls.Input.SfCalculator