OLEHELPCMD Enumeration

 

Specifies the type of help requested for ShowHelp. This enumeration gives the valid values for the dwHelpCmd parameter.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum OLEHELPCMD

Member nameDescription
OLEHELPCMD_CONTEXT

Displays help topic (for a context id).

OLEHELPCMD_CONTEXTPOPUP

Displays help in popup window.

From oleipc.idl:

Return to top
Show: