Interface
IUIProvider

Definition

Namespace:Telerik.WinForms.Documents.UI.UIProviders

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface IUIProvider

Properties

BoundingRectangle

Declaration

cs-api-definition
RectangleF BoundingRectangle { get; }

Property Value

RectangleF

ContainingLayer

Declaration

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

Property Value

IUILayer

IsInvalidated

Declaration

cs-api-definition
bool IsInvalidated { get; }

Property Value

bool

IsRemoved

Declaration

cs-api-definition
bool IsRemoved { get; }

Property Value

bool

Methods

Arrange(UILayerUpdateContext)

Declaration

cs-api-definition
void Arrange(UILayerUpdateContext uiLayerUpdateContext)

Parameters

uiLayerUpdateContext

UILayerUpdateContext

GetUIElements(UILayerUpdateContext)

Declaration

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

Parameters

context

UILayerUpdateContext

Returns

IEnumerable<UIElement>

ReleaseElements()

Declaration

cs-api-definition
void ReleaseElements()

UpdateUI(UILayerUpdateContext)

Declaration

cs-api-definition
void UpdateUI(UILayerUpdateContext uiLayerUpdateContext)

Parameters

uiLayerUpdateContext

UILayerUpdateContext