menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InsertCommentWindow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InsertCommentWindow

    Interaction logic for InsertCommentWindow.xaml

    Inheritance
    System.Object
    InsertCommentWindow
    Implements
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class InsertCommentWindow : Window, IComponentConnector

    Constructors

    InsertCommentWindow()

    Declaration
    public InsertCommentWindow()

    Properties

    SfSpreadsheet

    Gets or sets the SfSpreadsheet Control

    Declaration
    public SfSpreadsheet SfSpreadsheet { get; set; }
    Property Value
    Type
    SfSpreadsheet

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    OnKeyDown(KeyEventArgs)

    Used to Handle the Key Down Operations

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    The System.Windows.Input.KeyEventArgs instance containing the event data.

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved