ClassUIContainerUILayer
Class
Represents a UI layer in the Telerik UI framework that manages interactive elements and their rendering.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class UIContainerUILayer : ProviderUILayerBase, IUILayer
Inheritance: objectProviderUILayerBaseUIContainerUILayer
Implements:
Inherited Members
Constructors
UIContainerUILayer()
Declaration
cs-api-definition
public UIContainerUILayer()
Properties
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
Overrides
GetAssociatedUIProvider(UIElementLayoutBox)
Declaration
cs-api-definition
protected IUIProvider GetAssociatedUIProvider(UIElementLayoutBox box)
Parameters
box
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides