WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicRichTextCellRenderer - WPF API Reference | Syncfusion System.Windows.Controls.RichTextBox celltype. ">

    Show / Hide Table of Contents

    Class GraphicRichTextCellRenderer

    Custom GraphicCellRenderer for System.Windows.Controls.RichTextBox celltype.

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Controls.RichTextBox>
    GraphicRichTextCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<RichTextBox>.RaiseSaveChanges()
    GraphicCellRendererBase<RichTextBox>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<RichTextBox>.Measure(UIElement, Size)
    GraphicCellRendererBase<RichTextBox>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<RichTextBox>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<RichTextBox>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<RichTextBox>.Dispose()
    GraphicCellRendererBase<RichTextBox>.Dispose(Boolean)
    GraphicCellRendererBase<RichTextBox>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
    GraphicCellRendererBase<RichTextBox>.CurrentRendererElement
    GraphicCellRendererBase<RichTextBox>.CurrentGraphicObject
    GraphicCellRendererBase<RichTextBox>.IsEditable
    GraphicCellRendererBase<RichTextBox>.GraphicModel
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class GraphicRichTextCellRenderer : GraphicCellRendererBase<RichTextBox>, IGraphicCellRenderer, IDisposable

    Constructors

    GraphicRichTextCellRenderer()

    Declaration
    public GraphicRichTextCellRenderer()

    Methods

    GetControlValue()

    Declaration
    public override object GetControlValue()
    Returns
    Type Description
    System.Object
    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.GetControlValue()

    OnCreateElement(GraphicObject)

    Creates a new System.Windows.Controls.RichTextBox.

    Declaration
    protected override RichTextBox OnCreateElement(GraphicObject graphicObject)
    Parameters
    Type Name Description
    GraphicObject graphicObject

    GraphicObject

    Returns
    Type Description
    System.Windows.Controls.RichTextBox

    System.Windows.Controls.RichTextBox

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)

    OnInitializeElement(GraphicCellControl, RichTextBox, GraphicObject)

    Initialize or update the properties of GraphicCellControl and its content.

    Declaration
    protected override void OnInitializeElement(GraphicCellControl container, RichTextBox element, GraphicObject graphicObject)
    Parameters
    Type Name Description
    GraphicCellControl container

    GraphicCellControl

    System.Windows.Controls.RichTextBox element

    System.Windows.Controls.RichTextBox

    GraphicObject graphicObject

    GraphicObject

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, System.Windows.Controls.RichTextBox, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)

    ShouldTryToHandleKeyDown(GraphicCellControl, KeyEventArgs)

    Used for RendererElement to handle the keydown.

    Declaration
    public override bool ShouldTryToHandleKeyDown(GraphicCellControl control, KeyEventArgs e)
    Parameters
    Type Name Description
    GraphicCellControl control

    GraphicCellControl

    System.Windows.Input.KeyEventArgs e
    Returns
    Type Description
    System.Boolean

    Returns true, if renderer element handles the key down

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.ShouldTryToHandleKeyDown(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, System.Windows.Input.KeyEventArgs)

    UnWireUIElement(RichTextBox)

    Unhook events

    Declaration
    protected override void UnWireUIElement(RichTextBox element)
    Parameters
    Type Name Description
    System.Windows.Controls.RichTextBox element
    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.UnWireUIElement(System.Windows.Controls.RichTextBox)

    WireUIElement(RichTextBox)

    Hook events

    Declaration
    protected override void WireUIElement(RichTextBox element)
    Parameters
    Type Name Description
    System.Windows.Controls.RichTextBox element
    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.RichTextBox>.WireUIElement(System.Windows.Controls.RichTextBox)

    Implements

    IGraphicCellRenderer
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved