SharedCommandsGetCollectionButton Method
Gets a collection of buttons.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static ObservableCollection<ButtonItem> GetCollectionButton(
ICommand command,
List<CommandItem> items
)
Public Shared Function GetCollectionButton (
command As ICommand,
items As List(Of CommandItem)
) As ObservableCollection(Of ButtonItem)
- command ICommand
- ICommand with the command.
- items ListCommandItem
- List<CommandItem> with the command items.
ObservableCollectionButtonItemObservableCollection<
ButtonItem> with the button items.