WinForms

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

    Show / Hide Table of Contents

    Class GridRichTextEntryPanel

    Provides editing support for RichText. The GridRichTextBoxCellRenderer will display the panel inside a drop-down container.

    Inheritance
    System.Object
    GridRichTextEntryPanel
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridRichTextEntryPanel : UserControl

    Constructors

    GridRichTextEntryPanel()

    Initializes a new GridRichTextEntryPanel object.

    Declaration
    public GridRichTextEntryPanel()

    Fields

    p

    Enables to start and stop the local system processes

    Declaration
    public Process p
    Field Value
    Type Description
    System.Diagnostics.Process

    Properties

    context

    Gets or sets the shortcut menu

    Declaration
    public ContextMenu context { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenu

    menuItem

    Gets or sets the menu item

    Declaration
    public MenuItem menuItem { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.MenuItem

    RichTextBox

    Gets a reference to the 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)

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

    true if the key was processed by the control; otherwise, false.

    StopWebProcess()

    Used to stop the associated processes

    Declaration
    public void StopWebProcess()

    Events

    Cancel

    Occurs when user clicks the "Cancel" button.

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

    Save

    Occurs when user clicks 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