Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow

Inheritance Hierarchy

  • CommandGroup

Syntax

public class CommandGroup : CommandBase

Constructors

prototype description
CommandGroup () __
CommandGroup (string caption, string icon, params CommandBase[] commands) __
CommandGroup (string caption, params CommandBase[] commands) __
CommandGroup (params CommandBase[] commands) __
CommandGroup (ICommandHost host) __

Properties

name description
Commands __
Count __
IsReadOnly __
this[int index] __

Methods

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

Events

name description
Clone this wiki locally