WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FunctionsPane

    Show / Hide Table of Contents

    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 Description
    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 Description
    KeyInputEventHandler

    Function

    Handles the events invoked due to functions

    Declaration
    public event FunctionEventHandler Function
    Event Type
    Type Description
    FunctionEventHandler

    See Also

    Syncfusion.UI.Xaml.Controls.Input.SfCalculator
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved