GraphicRichTextCellRenderer Class
Custom GraphicCellRenderer for Windows.UI.Xaml.Controls.RichEditBox celltype.
Inheritance
System.Object
GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>
GraphicRichTextCellRenderer
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class GraphicRichTextCellRenderer : GraphicCellRendererBase<RichEditBox>, IGraphicCellRenderer, IDisposable
Constructors
GraphicRichTextCellRenderer()
Declaration
public GraphicRichTextCellRenderer()
Methods
OnCreateElement(GraphicObject)
Creates a new Windows.UI.Xaml.Controls.RichEditBox.
Declaration
protected override RichEditBox OnCreateElement(GraphicObject graphicObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicObject | graphicObject |
Returns
| Type | Description |
|---|---|
| Windows.UI.Xaml.Controls.RichEditBox | Windows.UI.Xaml.Controls.RichEditBox |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
OnInitializeElement(GraphicCellControl, RichEditBox, GraphicObject)
Initialize or update the properties of GraphicCellControl and its content.
Declaration
protected override void OnInitializeElement(GraphicCellControl container, RichEditBox element, GraphicObject graphicObject)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicCellControl | container | |
| Windows.UI.Xaml.Controls.RichEditBox | element | Windows.UI.Xaml.Controls.RichEditBox |
| GraphicObject | graphicObject |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Windows.UI.Xaml.Controls.RichEditBox, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)
ShouldTryToHandleKeyDown(GraphicCellControl, KeyRoutedEventArgs)
Used for RendererElement to handle the keydown.
Declaration
public override bool ShouldTryToHandleKeyDown(GraphicCellControl control, KeyRoutedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicCellControl | control | GraphicCellControl |
| Windows.UI.Xaml.Input.KeyRoutedEventArgs | e |
Returns
| Type | Description |
|---|---|
| System.Boolean | Returns true, if renderer element handles the key down |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.ShouldTryToHandleKeyDown(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Windows.UI.Xaml.Input.KeyRoutedEventArgs)
UnWireUIElement(RichEditBox)
Unhook events
Declaration
protected override void UnWireUIElement(RichEditBox element)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.Controls.RichEditBox | element |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.UnWireUIElement(Windows.UI.Xaml.Controls.RichEditBox)
WireUIElement(RichEditBox)
Hook events
Declaration
protected override void WireUIElement(RichEditBox element)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.Controls.RichEditBox | element |
Overrides
Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.WireUIElement(Windows.UI.Xaml.Controls.RichEditBox)
Implements
System.IDisposable