InterfaceIUILayerContainer
Interface
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
UILayers
Gets the collection of UI layers associated with the container.
Methods
IsLayerSupported(IUILayer)
Determines whether the specified layer is supported by the UI layer container.