SharedCommandsGetCollectionMenu Method

Gets a menu collection.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static ObservableCollection<MenuItem> GetCollectionMenu(
	ICommand command,
	List<CommandItem> items
)

Parameters

command  ICommand
ICommand with the command.
items  ListCommandItem
List<CommandItem> with the command items.

Return Value

ObservableCollectionMenuItem
ObservableCollection<CommandItem> with the menu items.

See Also