Interface
IUILayerContainer

Represents a container for UI layer elements in the Telerik document framework.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IUILayerContainer

Properties

Owner

Gets the owner of the UI layer container.

Declaration

cs-api-definition
IDocumentEditorPresenterContainer Owner { get; }

Property Value

IDocumentEditorPresenterContainer

UILayers

Gets the collection of UI layers associated with the container.

Declaration

cs-api-definition
UILayerStack UILayers { get; }

Property Value

UILayerStack

Methods

IsLayerSupported(IUILayer)

Determines whether the specified layer is supported by the UI layer container.

Declaration

cs-api-definition
bool IsLayerSupported(IUILayer layer)

Parameters

layer

IUILayer

The layer to check for support.

Returns

bool

True if the layer is supported; otherwise, false.