SharedCommandsGetCollectionMenu Method
Gets a menu collection.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static ObservableCollection<MenuItem> GetCollectionMenu(
ICommand command,
List<CommandItem> items
)
Public Shared Function GetCollectionMenu (
command As ICommand,
items As List(Of CommandItem)
) As ObservableCollection(Of MenuItem)
- command ICommand
- ICommand with the command.
- items ListCommandItem
- List<CommandItem> with the command items.
ObservableCollectionMenuItemObservableCollection<
CommandItem> with the menu items.