ClassUIContainerUIProvider
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class UIContainerUIProvider : IUIProvider
Inheritance: objectUIContainerUIProvider
Implements:
Constructors
UIContainerUIProvider(UIElementLayoutBox)
Declaration
cs-api-definition
public UIContainerUIProvider(UIElementLayoutBox elementBox)
Parameters
elementBox
Properties
BoundingRectangle
Declaration
cs-api-definition
public RectangleF BoundingRectangle { get; }
Property Value
Implements
ContainingLayer
Declaration
cs-api-definition
public IUILayer ContainingLayer { get; set; }
Property Value
Implements
UIElementBox
Declaration
cs-api-definition
public UIElementLayoutBox UIElementBox { get; }
Property Value
Methods
Arrange(UILayerUpdateContext)
Declaration
cs-api-definition
public void Arrange(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements
GetUIElements(UILayerUpdateContext)
Declaration
cs-api-definition
public IEnumerable<UIElement> GetUIElements(UILayerUpdateContext context)
Parameters
context
Returns
IEnumerable<UIElement>
Implements
ReleaseElements()
Declaration
cs-api-definition
public void ReleaseElements()
Implements
UpdateUI(UILayerUpdateContext)
Declaration
cs-api-definition
public void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements