UILayerStack<T>
Class
Represents the UI layer stack.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
C#
public class UILayerStack<T> : NamedObjectList<T>, IEnumerable where T : UILayer
Inheritance: objectNamedObjectList<T>UILayerStack<T>
Implements:
Inherited Members
Constructors
Initializes a new instance of the UILayerStack<T> class.
C#
public UILayerStack()
Methods
Clears the layers children.
C#
public void ClearLayersChildren()
Removes item from the stack.
C#
protected override void RemoveOverride(T item)
The item to be removed.
Overrides:
Sets the owner.
Updates the UI.
C#
public void UpdateUI()
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.