IHYCrossPlatformActionList Interface (.NET)

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for Hydra for .NET
This page is generated from external data, please do not update

NamespacesInterfacesClassesEnumsImplements

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

Implemented in


Properties

ActionImages

Returns a hande of image list.



Prism:   property ActionImages: Int32 read
C#:   Int32 ActionImages { get; }
VB:   Property ReadOnly ActionImages As Int32


PluginActions

An array of IHYCrossPlatformAction.



Prism:   property PluginActions: array of IHYCrossPlatformAction read
C#:   array of IHYCrossPlatformAction PluginActions { get; }
VB:   Property ReadOnly PluginActions As array of IHYCrossPlatformAction


UseLegacyActions

Defines whether old style of actions will be used (only for legacy application).



Prism:   property UseLegacyActions: Boolean read
C#:   Boolean UseLegacyActions { get; }
VB:   Property ReadOnly UseLegacyActions As Boolean


See Also


Product: RemObjects Hydra
Current version: Hydra 4.0

GlossaryArchitectureArticlesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox