A collection of Tool objects.

Namespace:  EPiServer.Editor
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[SerializableAttribute]
public sealed class ToolCollection : CollectionBase

Remarks

This collection is used by Toolbar objects to specify the tools they contain.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Editor..::.ToolCollection

See Also