-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.CommandGroup
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
CommandGroup
public class CommandGroup : CommandBase
⬜ | prototype | description |
---|---|---|
![]() |
CommandGroup () |
__ |
![]() |
CommandGroup (string caption, string icon, params CommandBase[] commands) |
__ |
![]() |
CommandGroup (string caption, params CommandBase[] commands) |
__ |
![]() |
CommandGroup (params CommandBase[] commands) |
__ |
![]() |
CommandGroup (ICommandHost host) |
__ |
⬜ | name | description |
---|---|---|
![]() |
Commands |
__ |
![]() |
Count |
__ |
![]() |
IsReadOnly |
__ |
![]() |
this[int index] |
__ |
⬜ | prototype | description |
---|---|---|
![]() |
void Add(CommandBase item) |
__ |
![]() |
void Add(params CommandBase[] items) |
__ |
![]() |
void Clear() |
__ |
![]() |
bool Contains(CommandBase item) |
__ |
![]() |
void CopyTo(CommandBase[] array, int arrayIndex) |
__ |
![]() |
IEnumerator GetEnumerator() |
__ |
![]() |
int IndexOf(CommandBase item) |
__ |
![]() |
void Insert(int index, CommandBase item) |
__ |
![]() |
bool Remove(CommandBase item) |
__ |
![]() |
void Remove(params CommandBase[] items) |
__ |
![]() |
void RemoveAt(int index) |
__ |
![]() |
void ToggleAllCommand(bool canExecute) |
Set boolean value for the CanExecute state of all commands |
⬜ | name | description |
---|