WPF

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

    Show / Hide Table of Contents

    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

    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 Description
    System.Windows.Automation.Peers.AutomationPeer

    Events

    CalculatorKeyDown

    Invoked when the Calculator ky is pressed.

    Declaration
    public event KeyInputEventHandler CalculatorKeyDown
    Event Type
    Type Description
    KeyInputEventHandler

    See Also

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