Class UIElementsLayer
Inheritance
System.Object
UIElementsLayer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.UI.Layers
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class UIElementsLayer : IUILayer
Constructors
UIElementsLayer(String)
Declaration
public UIElementsLayer(string name)
Parameters
System.
|
UIElementsLayer(String, Boolean)
Declaration
public UIElementsLayer(string name, bool shouldUpdateWhenNotInvalidated)
Parameters
System.
|
System.
|
Fields
container
Properties
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.
|
Implements
Name
Declaration
public virtual string Name { get; }
Property Value
System.
|
Implements
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
System.
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.
|
Implements
Methods
AddChild(UIElement)
ArrangeChildren()
ClearChildren()
ClearLayerOverride()
Declaration
protected virtual void ClearLayerOverride()
DoOnPresentationChanged()
Declaration
public virtual void DoOnPresentationChanged()
Implements
GetLayerUIElement()
Declaration
public UIElement GetLayerUIElement()
Returns
Implements
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayer
|
Implements
UpdateViewPortOverride(UILayerUpdateContext)
Declaration
public virtual void UpdateViewPortOverride(UILayerUpdateContext context)
Parameters
UILayer
|