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 |
---|
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 |
---|
System.EventHandler |
Save
Occurs when user clicked the "Save" button.
Declaration
public event EventHandler Save
Event Type
Type |
---|
System.EventHandler |