Provides a collection of Action objects that will be applied on an Element object. This class cannot be inherited.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public sealed class ActionCollection : IList, 
	ICollection, IEnumerable, IStateManager
Visual Basic (Declaration)
Public NotInheritable Class ActionCollection _
	Implements IList, ICollection, IEnumerable, IStateManager
Visual C++
public ref class ActionCollection sealed : IList, 
	ICollection, IEnumerable, IStateManager

Inheritance Hierarchy

System..::.Object
  Neodynamic.WebControls.ImageDraw..::.ActionCollection

See Also