ShowHTMLMapperDlg method (LEADDlgWeb Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int ShowHTMLMapperDlg (TWinControl* AOwnerCtrl);

Delphi Syntax

Function ShowHTMLMapperDlg (AOwnerCtrl: TWinControl ): L_INT;

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Displays the HTML Map Creator dialog, in order to create an HTML map upon an image. Use this dialog to create an HTML map area using the given bitmap.

The layout and action of the dialog depends on the flags set in the DlgFlags property. Possible option is:

Value

Meaning

DLG_HTMLMAPPER_SHOW_CONTEXTHELP

[$00000001] Dialog should contain a context sensitive help icon.

The following properties are associated with this method:

URL property

URLMaxLength property

URLsCount property

URLsValidCount property

ALT property

ALTMaxLength property

ALTsCount property

ALTsValidCount property

Target property

TargetMaxLength property

TargetsCount property

TargetsValidCount property

Rollover property

RolloverMaxLength property

RolloversCount property

RolloversValidCount property

To include a Help button in the dialog, set the ShowHelpButton property to TRUE.

The HTML Map Creator dialog can be seen below:

image\HTMLMapper.gif

See Also

Elements:

HistoryURL property, HistoryURLMaxLength property, HistoryURLsCount property, HistoryURLsValidCount property, HistoryALT property, HistoryALTMaxLength property, HistoryALTsCount property, HistoryALTsValidCount property, HistoryTarget property, HistoryTargetMaxLength property, HistoryTargetsCount property, HistoryTargetsValidCount property, HistoryRollover property, HistoryRolloverMaxLength property, HistoryRolloversCount property, HistoryRolloversValidCount property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events