SharedCommandsGetCollectionFormMenuAsync Method
Gets a collection of forms menu.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Task<ObservableCollection<MenuItem>> GetCollectionFormMenuAsync(
IHost host,
ICommand command,
string formType
)
Public Shared Function GetCollectionFormMenuAsync (
host As IHost,
command As ICommand,
formType As String
) As Task(Of ObservableCollection(Of MenuItem))
- host IHost
- Aliquo host.
- command ICommand
- ICommand with the command.
- formType String
- Form type.
TaskObservableCollectionMenuItemObservableCollection<
MenuItem> with the form menu items.