[]
        
(Showing Draft Content)

CommandHolder Component

C1CommandHolder is a container for commands. It may also contain an image list for commands' images, and a few other general settings. Only one C1CommandHolder can be placed on a form. Whenever a C1Command is created, it is always added to the form's command holder. If no commands exist, it will be automatically created by the command's designer.

Command holder provides the following features:

  • It is also an IExtenderProvider providing a C1ContextMenu property to all controls on the form.
  • Provides idle-time automatic update of commands' status such as visible, enabled, checked and so on

See Also

CommandMenu Command