ClassBackgroundUIProvider
Class
Definition
Namespace:Telerik.WinForms.Documents.UI.UIProviders
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class BackgroundUIProvider : IUIProvider
Inheritance: objectBackgroundUIProvider
Implements:
Constructors
BackgroundUIProvider(LayoutBox)
Declaration
cs-api-definition
public BackgroundUIProvider(LayoutBox layoutBox)
Parameters
layoutBox
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
CurrentUpdateContext
Declaration
cs-api-definition
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
IsInvalidated
Declaration
cs-api-definition
public bool IsInvalidated { get; protected set; }
Property Value
Implements
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 virtual void UpdateUI(UILayerUpdateContext uILayerUpdateContext)
Parameters
uILayerUpdateContext
Implements