HelpCommand Property

Returns or sets the type of Help requested.

Applies To

Image Admin control

Syntax

object.HelpCommand[=value]

Data Type

Integer

Setting

  Description

&H1&

Displays Help for a particular context. When using this setting, you must also specify a context using the HelpContext property.

&H3&

Displays the index of the specified Help file. An application should use this value only for a Help file with a single index.

&H4&

Displays Help for using the Help application itself.

&H5&

Sets the context specified by the HelpContext property as the current index for the Help file specified by the HelpFile property. This index remains current until the user accesses a different Help file. Use this value only for Help files with more than one index.

&H101&

Displays Help for a particular keyword. When using this setting, you must also specify a keyword using the HelpKey property.

&H105&

Brings up a search box in Help, with the key specified by the HelpKey property.


Remarks

Values for the HelpCommand property constants are defined in the VisualBasic CONSTANT.TXT file.

See Also

HelpContextId property

HelpKey property

HelpFile property

ShowFileDialog method