ClassUILayerStack<T>
Class
Represents the UI layer stack.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
cs-api-definition
public class UILayerStack<T> : NamedObjectList<T> where T : UILayer
Inheritance: objectUILayerStack<T>
Constructors
UILayerStack()
Initializes a new instance of the UILayerStack<T> class.
Declaration
cs-api-definition
public UILayerStack()
Methods
ClearLayersChildren()
Clears the layers children.
Declaration
cs-api-definition
public void ClearLayersChildren()
RemoveOverride(T)
Removes item from the stack.
Declaration
cs-api-definition
protected override void RemoveOverride(T item)
Parameters
item
T
The item to be removed.
SetOwner(IUILayerOwner)
Sets the owner.
Declaration
cs-api-definition
public void SetOwner(IUILayerOwner owner)
Parameters
owner
The owner.
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)
Parameters
updateContext
The update context.