Class FoldingUILayer
Class FoldingUILayer. Implements the PooledUILayer
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.Windows.Controls.SyntaxEditor.UI.Layers
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class FoldingUILayer : PooledUILayer
Constructors
FoldingUILayer()
Properties
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
System.String
The name. |
Overrides
Methods
ResetPooledElementProperties(Object)
Resets the pooled element properties.
Declaration
protected override void ResetPooledElementProperties(object element)
Parameters
System.Object
element
The element. |
Overrides
UpdateUIOverride(UIUpdateContext)
Updates the UI override.
Declaration
protected override void UpdateUIOverride(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The update context. |