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
add_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void add_CalculatorKeyDown(KeyInputEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyInputEventHandler | value |
add_Function(FunctionEventHandler)
Declaration
public void add_Function(FunctionEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionEventHandler | value |
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 |
remove_CalculatorKeyDown(KeyInputEventHandler)
Declaration
public void remove_CalculatorKeyDown(KeyInputEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyInputEventHandler | value |
remove_Function(FunctionEventHandler)
Declaration
public void remove_Function(FunctionEventHandler value)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionEventHandler | value |
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