Skip to content

ContextHelp Method

Description

Context help base id.

Syntax

Public Function ContextHelp() As Long

Return Type

Context help base id.

Remarks

The ContextHelp property is the start of the help tracking Ids.

The base id for ContextHelp is 0x00010000. When an item that has a help context id is clicked, the value in ContextHelp will be the chosen control's Id + 0x00010000.

To retrieve a help Id, you would add the Id of the control to ContextHelp (0x00010000) if some button was pressed. If nothing was clicked, then ContextHelp will be 0.

See Also


See Also

Command Bars ActiveX Control v24.0


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.