HelpRequestEvent.HelpInfo Property | |
A pointer to a _winHelpInfo structure if the help request is generated from a WM_HELP message otherwise Null_Ptr.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HelpInfo AS PTR GET
public virtual void* HelpInfo { get; }
Request Example
View SourceProperty Value
Type:
Void*
A pointer to a _winHelpInfo structure if the help request is generated from a WM_HELP message otherwise Null_Ptr.
See Also