WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XhtmlEntryPanel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XhtmlEntryPanel

    Provides editing support for Xhtml text. The XhtmlCellRenderer will display the panel inside a dropdown container.

    Inheritance
    System.Object
    XhtmlEntryPanel
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class XhtmlEntryPanel : UserControl

    Constructors

    XhtmlEntryPanel()

    Initializes a new instance of the XhtmlEntryPanel class.

    Declaration
    public XhtmlEntryPanel()

    Properties

    RichTextBox

    Gets the System.Windows.Forms.RichTextBox that is being displayed.

    Declaration
    public RichTextBox RichTextBox { get; }
    Property Value
    Type Description
    System.Windows.Forms.RichTextBox

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    ProcessDialogKey(Keys)

    Processes the DialogKey

    Declaration
    protected override bool ProcessDialogKey(Keys keyData)
    Parameters
    Type Name Description
    System.Windows.Forms.Keys keyData

    The Keys for processing.

    Returns
    Type Description
    System.Boolean

    Indicates whether key is processed.

    Events

    Cancel

    Occurs when user clicked the "Cancel" button.

    Declaration
    public event EventHandler Cancel
    Event Type
    Type Description
    System.EventHandler

    Save

    Occurs when user clicked the "Save" button.

    Declaration
    public event EventHandler Save
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved