SECShortcutBarComp::SetHostImpl

voidSECShortcutBarComp::SetHostImpl(IVisualWindowpHost)

Sets the shortcutbar's host implementation. When using the windowed version of the component, the host implementation is provided by the control class itself. However, when using the non-windowed version, the parent class hosting the control should implement IVisualWindow and invoke SetHostImpl() with a valid pointer to this interface.

Defined in: ShortcutBar.h

Parameters

pHost

Pointer to the IVisualWindow implementation.

See Also

GetHostImpl

SECShortcutBarComp