Interface IUILayerContainer
Represents a container for UI layer elements in the Telerik document framework.
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IUILayerContainer
Properties
Owner
Gets the owner of the UI layer container.
Declaration
IDocumentEditorPresenterContainer Owner { get; }
Property Value
IDocumentEditorPresenterContainer
|
UILayers
Gets the collection of UI layers associated with the container.
Declaration
UILayerStack UILayers { get; }
Property Value
UILayerStack
|
Methods
IsLayerSupported(IUILayer)
Determines whether the specified layer is supported by the UI layer container.
Declaration
bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
The layer to check for support. |
Returns
System.Boolean
True if the layer is supported; otherwise, false. |