'Declaration
Public Event ShowHelp As ShowHelpHandler
public event ShowHelpHandler ShowHelp
public: event ShowHelpHandler^ ShowHelp
The event handler receives an argument of type ShowHelpEventArgs containing data related to this event. The following ShowHelpEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ContextId | Context ID of the requested help page. |
DesignerWindow | Access to the designer window; the property handle returns the window handle. |
HelpType | Type of help request. |
IsProcessed | If the property is set to "true", List & Label does not display the requested Help. |
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9