VisualPlugin Class (RemObjects.Hydra.WPF)

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 VisualPlugin is a base class for a Hydra WPF visual plugins. You will use this class as a base for your own visual plugins, please refere to this article for more information about visual plugins.
Location
- Assembly: RemObjects.Hydra.WPF.dll
- Namespace: RemObjects.Hydra.WPF
- Ancestry: System.Windows.Controls.UserControl | VisualPlugin
Implemented interfaces
- IHYCrossPlatformVisualPlugin
- IHYCrossPlatformVisualPluginEx
- IPlugin
- IWinFormsVisualPlugin
- IWPFVisualPlugin
Properties
| FadeDuration |
|---|
|
Duration of the fade effect in milliseconds.
|
| FadeOnShow |
|
Defines whether the fade effect is shown or not.
|
| Host protected |
|
Gets of sets reference to a host instance.
|
| InstanceID protected |
|
Gets the InstanceID to determine the run-time identifier of the plugin instance. Deprecated.
|
| WinformHost protected |
|
Reference to the underlying host control.
|
Instance Methods
| constructor |
|---|
|
Creates a new instance of the class.
|
| ChildSelectNextControl protected |
|
This method is called by the host whenever Tab key is pressed. VisualPlugin handles this method internally to transfer focus between controls, but you can override this method to implement custom logic.
|
| OnPreviewKeyDown protected |
|
Overriden. Invoked when an unhandled Keyboard.PreviewKeyDown attached event reaches an element in its route that is derived from this class.
|
Events
| HostChanged |
|---|
|
This event if fired whenever reference to a host is changed.
C#: event HostChangedEventHandler HostChanged VB: Event HostChanged As HostChangedEventHandler |
See Also
- VisualPlugin Class
- RemObjects.Hydra
- RemObjects.Hydra.WPF
- Lists
- Hydra for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- Hydra for Delphi: Interfaces — Classes — Enums — Aliases — Implements
Glossary — Architecture — Articles — Library — Samples
