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 |
---|
System.Diagnostics.Process |
Properties
context
Gets or sets the shortcut menu
Declaration
public ContextMenu context { get; set; }
Property Value
Type |
---|
System.Windows.Forms.ContextMenu |
menuItem
Gets or sets the menu item
Declaration
public MenuItem menuItem { get; set; }
Property Value
Type |
---|
System.Windows.Forms.MenuItem |
RichTextBox
Gets a reference to the RichTextBox that is being displayed.
Declaration
public RichTextBox RichTextBox { get; }
Property Value
Type |
---|
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 |
---|
System.EventHandler |
Save
Occurs when user clicks the "Save" button.
Declaration
public event EventHandler Save
Event Type
Type |
---|
System.EventHandler |