Gets the ActionManager instance associated with this system.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ActionManager Actions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Actions As ActionManager
Visual C++
public:
property ActionManager^ Actions {
	ActionManager^ get ();
}

See Also