RemObjects.Hydra.Actions

Classes

Class Notes
Action The Action class is used to store action item inside Hydra plugins.
ActionList The ActionList class is used to store a list of actions inside .NET plugins. You can get access to the action list by using plugin's Action property with visual designer or in code.
MenuBar Represents an object that contains a group of commands. Every command has an associated action, image and caption.
MenuItem Represents an item that can be displayed in the MenuBar or Toolbar.
MenuItemList Represents the list of menu items. MenuItemList is used by the SubMenu class to define the list of child menu items.
SubMenu Represents an sub menu item that can be displayed in the MenuBar or Toolbar.
Toolbar Represents an object that contains a group of commands. Every command has an associated action, image and caption.
ToolbarList Represents the list of the Toolbar or MenuBar items. ToolbarList is used by the Toolbar (MenuBar) class to define the list of owners of the current Toolbar (MenuBar).