Class FunctionsPane
Represents a class for Displaying the function keys.FunctionsPane
Inheritance
System.Object
FunctionsPane
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class FunctionsPane : Control, IDisposable
Constructors
FunctionsPane()
Initializes an instance of the 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 |
Dispose()
Declaration
public void Dispose()
OnApplyTemplate()
Initializes all the child elements of FunctionsPane control.
Declaration
protected override void OnApplyTemplate()
OnCalculatorKeyDown(VirtualKey)
Occurs when a calculator key is pressed.
Declaration
protected virtual void OnCalculatorKeyDown(VirtualKey key)
Parameters
Type | Name | Description |
---|---|---|
Windows.System.VirtualKey | key |
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 |
Implements
System.IDisposable