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.String
name
|
UIElementsLayer(String, Boolean)
Declaration
public UIElementsLayer(string name, bool shouldUpdateWhenNotInvalidated)
Parameters
System.String
name
|
System.Boolean
shouldUpdateWhenNotInvalidated
|
Fields
container
Properties
CurrentUpdateContext
Declaration
public UILayerUpdateContext CurrentUpdateContext { get; }
Property Value
UILayerUpdateContext
|
IsHitTestVisible
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
System.Boolean
|
Implements
Name
Declaration
public virtual string Name { get; }
Property Value
System.String
|
Implements
ShouldClip
Declaration
public virtual bool ShouldClip { get; }
Property Value
System.Boolean
|
Implements
ShouldUpdateWhenNotInvalidated
Declaration
public virtual bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
System.Boolean
|
Implements
Methods
AddChild(UIElement)
ArrangeChildren()
ClearChildren()
ClearLayerOverride()
Declaration
protected virtual void ClearLayerOverride()
DoOnPresentationChanged()
Declaration
public virtual void DoOnPresentationChanged()
Implements
GetLayerUIElement()
UpdateViewPort(UILayerUpdateContext)
Declaration
public void UpdateViewPort(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|
Implements
UpdateViewPortOverride(UILayerUpdateContext)
Declaration
public virtual void UpdateViewPortOverride(UILayerUpdateContext context)
Parameters
UILayerUpdateContext
context
|