Class
BackgroundUIProvider

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class BackgroundUIProvider : IUIProvider

Inheritance: objectBackgroundUIProvider

Implements: IUIProvider

Constructors

BackgroundUIProvider(LayoutBox)

Declaration

cs-api-definition
public BackgroundUIProvider(LayoutBox layoutBox)

Parameters

layoutBox

LayoutBox

Properties

BackgroundUI

Declaration

cs-api-definition
public Rectangle BackgroundUI { get; }

Property Value

Rectangle

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

IsInvalidated

Declaration

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

Property Value

bool

Implements IUIProvider.IsInvalidated

IsRemoved

Declaration

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

Property Value

bool

Implements IUIProvider.IsRemoved

LayoutBox

Declaration

cs-api-definition
public LayoutBox LayoutBox { get; }

Property Value

LayoutBox

Methods

Arrange(UILayerUpdateContext)

Declaration

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

Parameters

uILayerUpdateContext

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 virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)

Parameters

uILayerUpdateContext

UILayerUpdateContext

Implements IUIProvider.UpdateUI(UILayerUpdateContext)