ClassFloatingBlocksUILayer
Class
Represents the floating blocks UI layer in the Telerik document editor.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FloatingBlocksUILayer : ProviderUILayerBase, IUILayer
Inheritance: objectProviderUILayerBaseFloatingBlocksUILayer
Implements:
Inherited Members
Constructors
FloatingBlocksUILayer(bool)
Declaration
cs-api-definition
public FloatingBlocksUILayer(bool isFrontFloatingBoxesLayer)
Parameters
isFrontFloatingBoxesLayer
Properties
Methods
EnumerateVisibleProviders()
Declaration
cs-api-definition
protected override IEnumerable<IUIProvider> EnumerateVisibleProviders()
Returns
Overrides
GetAssociatedUIProvider(FloatingBlockLayoutBox)
Declaration
cs-api-definition
protected IUIProvider GetAssociatedUIProvider(FloatingBlockLayoutBox floatingBox)
Parameters
floatingBox
Returns
RemoveUIProvider(IUIProvider)
Declaration
cs-api-definition
protected override void RemoveUIProvider(IUIProvider provider)
Parameters
provider
Overrides
UpdateUI()
Declaration
cs-api-definition
protected override void UpdateUI()
Overrides