Solid Edge Framework Type Library
OnCommandHelp Method
The handle to the application window.
The type of help to be requested.
The command identifier for the selected command.
Description
Occurs when the user requests help for the associated add-in.
Syntax
Visual Basic
Public Function OnCommandHelp( _
   ByVal hFrameWnd As Long, _
   ByVal HelpCommandID As Long, _
   ByVal CommandID As Long _
) As HResult
Parameters
hFrameWnd
The handle to the application window.
HelpCommandID
The type of help to be requested.
CommandID
The command identifier for the selected command.
See Also

ISEAddInEvents Object  | ISEAddInEvents Members

Send comments on this topic.