Click or drag to resize
weroSoft AG, Software
InteractionManagerAppendToolbar Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Creates a new main tool bar.

Namespace:  WeroSoft.Triton.Desktop.Configuration
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void AppendToolbar(
	ObservableCollection<InteractionBaseItemViewModel> itemCollection,
	XDocument xmlData
)

Parameters

itemCollection
Type: System.Collections.ObjectModelObservableCollectionInteractionBaseItemViewModel
Collection where the elements shall be added.
xmlData
Type: System.Xml.LinqXDocument
Data to be used for creating the menu.
See Also