NonVisualPlugin Class

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 NonVisualPlugin is a base class for a Hydra non-visual plugins. You will use this class as a base for your own non-visual plugins, please refere to this article for more information about non-visual plugins.
Location
- Assembly: RemObjects.Hydra.dll
- Namespace: RemObjects.Hydra
- Ancestry: System.ComponentModel.Component | NonVisualPlugin
Implemented interfaces
- IHYCrossPlatformActionList
- IHYCrossPlatformActions
- IHYCrossPlatformNonVisualPlugin
- INonVisualPlugin
- IPlugin
- IPluginActions
Properties
| Actions |
|---|
|
Reference to a list of actions associated with the plugin.
|
| Host protected |
|
Gets of sets reference to a host instance.
|
| Images |
|
Represents the list of images which can be used in toolbars.
|
| InstanceID protected |
|
Gets the InstanceID to determine the run-time identifier of the plugin instance. Deprecated.
|
| Toolbars |
|
Represents the list of toolbars.
|
| UseLegacyActions |
|
Gets or sets a value indicating whether the plugin should use legacy actions handling mechanism.
|
Instance Methods
| constructor |
|---|
|
Creates a new instance of the class.
|
Events
| ActionExecute |
|---|
|
This event is fired before an action starts to execute. Delprecated use induvidual event of Action class.
C#: event ActionExecuteEventHandler ActionExecute VB: Event ActionExecute As ActionExecuteEventHandler
|
| HostChanged |
|
This event if fired whenever reference to a host is changed.
C#: event HostChangedEventHandler HostChanged VB: Event HostChanged As HostChangedEventHandler
|
| OnPause |
|
Fires whenever host calls IHYCrossPlatformNonVisualPlugin.Pause method.
|
| OnResume |
|
Fires whenever host calls IHYCrossPlatformNonVisualPlugin.Resume method.
|
| OnStart |
|
Fires whenever host calls IHYCrossPlatformNonVisualPlugin.Start method.
|
| OnStop |
|
Fires whenever host calls IHYCrossPlatformNonVisualPlugin.Stop method.
|
See Also
- RemObjects.Hydra.VisualPlugin
- ActionList
- ToolbarList
- Lists
- Hydra for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- Hydra for Delphi: Interfaces — Classes — Enums — Aliases — Implements
Glossary — Architecture — Articles — Library — Samples
