[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt ein Array mit allen Werkzeugen zurück.

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
public IEditorTool[] Tools { get; }
Visual Basic
Public ReadOnly Property Tools As IEditorTool()
	Get
F#
member Tools : IEditorTool[]

Field Value

Alle Werkzeuge.

See Also