SharedCommandsGetCollectionFormMenuAsync Method

Gets a collection of forms menu.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Task<ObservableCollection<MenuItem>> GetCollectionFormMenuAsync(
	IHost host,
	ICommand command,
	string formType
)

Parameters

host  IHost
Aliquo host.
command  ICommand
ICommand with the command.
formType  String
Form type.

Return Value

TaskObservableCollectionMenuItem
ObservableCollection<MenuItem> with the form menu items.

See Also