IHYCrossPlatformVisualPluginEx
Overview
The IHYCrossPlatformVisualPluginEx interface extends IHYCrossPlatformVisualPlugin interface. This interface is used internally to provide ability to a managed host to notify unmanaged plugin when shortcuts keys is pressed.
There is no need to use this interface directly, since the visual plugin already implements it.
Location
- Unit: Hydra.Core.Interfaces.pas
- Ancestry: IHYCrossPlatformInterface | IHYCrossPlatformVisualPluginEx
Required Methods
HandleShortCuts safecall
This method is called, whenever key, that can be used as shortcut, is pressed.
function HandleShortCuts(const aChar: Word): WordBool
Parameters:
- aChar: Key code.
RemoveFocus safecall
Removes focus from a plugin control.
procedure RemoveFocus
- IHYCrossPlatformVisualPlugin
-
IHYCrossPlatformVisualPluginEx Interface
- .NET
- Delphi