Share via


Visual Basic: CommonDialog Control

HelpKey Property

See Also   Example   Applies To

Returns or sets the keyword that identifies the requested Help topic.

Syntax

object**.HelpKey** [= string]

The HelpKey property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
string A string expression specifying the keyword that identifies the Help topic.

Remarks

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

Data Type

String