Visual Basic: CommonDialog Control

HelpContext Property (CommonDialog)

See Also   Example   Applies To

Returns or sets the context ID of the requested Help topic.

Syntax

object**.HelpContext** [= value]

The HelpContext property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A string expression specifying the context ID of the requested Help topic.

Remarks

Use this property with the HelpCommand property (set HelpCommand = cdlHelpContext) to specify the Help topic to be displayed.

Data Type

Long