Interface
IUILayerContainer

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface IUILayerContainer

Properties

Owner

Declaration

cs-api-definition
IDocumentEditorPresenterContainer Owner { get; }

Property Value

IDocumentEditorPresenterContainer

UILayers

Declaration

cs-api-definition
UILayerStack UILayers { get; }

Property Value

UILayerStack

Methods

IsLayerSupported(IUILayer)

Declaration

cs-api-definition
bool IsLayerSupported(IUILayer layer)

Parameters

layer

IUILayer

Returns

bool