Class
FormattingSymbolUIProviderBase

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public abstract class FormattingSymbolUIProviderBase : IUIProvider

Inheritance: objectFormattingSymbolUIProviderBase

Derived Classes: FormattingSymbolUIProviderTabLeaderSymbolUIProvider

Implements: IUIProvider

Constructors

FormattingSymbolUIProviderBase()

Declaration

cs-api-definition
protected FormattingSymbolUIProviderBase()

Properties

AssociatedParagraph

Declaration

cs-api-definition
protected Paragraph AssociatedParagraph { get; set; }

Property Value

Paragraph

AssociatedSpan

Declaration

cs-api-definition
protected Span AssociatedSpan { get; set; }

Property Value

Span

BoundingRectangle

Declaration

cs-api-definition
public RectangleF BoundingRectangle { get; }

Property Value

RectangleF

Implements IUIProvider.BoundingRectangle

ContainingLayer

Declaration

cs-api-definition
public IUILayer ContainingLayer { get; set; }

Property Value

IUILayer

Implements IUIProvider.ContainingLayer

CurrentUpdateContext

Declaration

cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; protected set; }

Property Value

UILayerUpdateContext

FormattingSymbolBox

Declaration

cs-api-definition
public FormattingSymbolLayoutBox FormattingSymbolBox { get; protected set; }

Property Value

FormattingSymbolLayoutBox

IsInvalidated

Declaration

cs-api-definition
public virtual bool IsInvalidated { get; }

Property Value

bool

Implements IUIProvider.IsInvalidated

IsInvalidatedFlag

Declaration

cs-api-definition
protected bool IsInvalidatedFlag { get; set; }

Property Value

bool

IsRemoved

Declaration

cs-api-definition
public bool IsRemoved { get; }

Property Value

bool

Implements IUIProvider.IsRemoved

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
public abstract void Arrange(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.Arrange(UILayerUpdateContext)

GetUIElements(UILayerUpdateContext)

Declaration

cs-api-definition
public abstract IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Returns

IEnumerable<UIElement>

Implements IUIProvider.GetUIElements(UILayerUpdateContext)

ReleaseElements()

Declaration

cs-api-definition
public abstract void ReleaseElements()

Implements IUIProvider.ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

cs-api-definition
public virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)