Class
NoteUIProviderBase

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public abstract class NoteUIProviderBase : IUIProvider

Inheritance: objectNoteUIProviderBase

Derived Classes: EndnoteUIProviderFootnoteUIProvider

Implements: IUIProvider

Constructors

NoteUIProviderBase()

Declaration

cs-api-definition
protected NoteUIProviderBase()

Properties

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; }

Property Value

UILayerUpdateContext

Editor

Declaration

cs-api-definition
protected RadRichTextBox Editor { get; }

Property Value

RadRichTextBox

IsInvalidated

Declaration

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

Property Value

bool

Implements IUIProvider.IsInvalidated

IsRemoved

Declaration

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

Property Value

bool

Implements IUIProvider.IsRemoved

Note

Declaration

cs-api-definition
protected abstract Note Note { get; }

Property Value

Note

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
public void Arrange(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Implements IUIProvider.Arrange(UILayerUpdateContext)

GetUIElements(UILayerUpdateContext)

Declaration

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

Parameters

context

UILayerUpdateContext

Returns

IEnumerable<UIElement>

Implements IUIProvider.GetUIElements(UILayerUpdateContext)

ReleaseElements()

Declaration

cs-api-definition
public void ReleaseElements()

Implements IUIProvider.ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

cs-api-definition
public void UpdateUI(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)