PopupXOffset
Declaration Description See Also Example

Declaration

1997, HyperAct, Inc.

Description

This property is used to define the X offset from the ParentWindow control where a popup will be displayed.

Example

HtmlHelpGateway1.PopupXOffset := 40;
HtmlHelpGateway1.PopupYOffset := 20;
HtmlHelpGateway1.ParentWindow := Panel1;
HtmlHelpGateway1.PopupText('The video will be displayed in this panel');

See Also


©1997, HyperAct, Inc.