IHYCrossPlatformActionList Interface (.NET)

This is a Library topic for Hydra for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
The IHYCrossPlatformActionList interface defines an action list that can be used in a cross platfrom environment. This interface is used by the Hydra core to pass actions between host and plugins. There is no need to use this interface directly instead you can use PluginActions property of the IHYPlugin interface or ActionList to work with the list of actions.
Location
- Assembly: RemObjects.Hydra.dll
- Namespace: RemObjects.Hydra.CrossPlatform
Implemented in
Properties
| ActionImages |
|---|
|
Returns a hande of image list.
|
| PluginActions |
|
An array of IHYCrossPlatformAction.
|
| UseLegacyActions |
|
Defines whether old style of actions will be used (only for legacy application).
|
See Also
- IHYCrossPlatformActionList Interface
- .NET
- Delphi
- Lists
- Hydra for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- Hydra for Delphi: Interfaces — Classes — Enums — Aliases — Implements
Glossary — Architecture — Articles — Library — Samples
