TargetValidEntryCount Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

short TargetValidEntryCount;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the number of valid Target strings in the "Image" combo box of the HTMLMapper dialog box.

When the dialog method is called ([in]), this property determines the number of valid strings that should be inserted into the "Image" combo box. When the dialog method returns ([out]), this property is updated with the number of saved strings in the "Image" combo box. The TargetValidEntryCount property should always be less than or equal to the TargetEntryCount property.

See Also

Elements

ShowHTMLMapperDlg method