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


Required Methods


HandleShortCuts

This method is called, whenever key, that can be used as shortcut, is pressed.

 

method HandleShortCuts(char: UInt16): Boolean

 

Boolean HandleShortCuts(UInt16 char)

 

Function HandleShortCuts(char As UInt16) As Boolean

Parameters:

  • char: Key code.

RemoveFocus

Removes an input focus from the plugin.

 

method RemoveFocus

 

void RemoveFocus()

 

Sub RemoveFocus()