Gets collection of currently registered tools.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also