mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +02:00
Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "HelpProvider Component"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "forms [Windows Forms], Help"
|
||||
- "Help [Windows Forms], displaying on Windows Forms"
|
||||
- "HelpProvider component [Windows Forms]"
|
||||
ms.assetid: a09a6e0b-79d8-457f-bb36-86fad2beeada
|
||||
---
|
||||
# HelpProvider Component (Windows Forms)
|
||||
The Windows Forms `HelpProvider` component is used to associate an HTML Help 1.x Help file (either a .chm file, produced with the HTML Help Workshop, or an .htm file) with your Windows-based application.
|
||||
|
||||
## In This Section
|
||||
[HelpProvider Component Overview](helpprovider-component-overview-windows-forms.md)
|
||||
Introduces the general concepts of the `HelpProvider` component, which lets you associate an HTML Help file with a Windows-based application.
|
||||
|
||||
See [Help Systems in Windows Forms Applications](../advanced/help-systems-in-windows-forms-applications.md).
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.HelpProvider>
|
||||
Describes this class and has links to all its members.
|
||||
|
||||
<xref:System.Windows.Forms.Help>
|
||||
Describes this class and has links to all its members.
|
||||
|
||||
## Related Sections
|
||||
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
|
||||
Provides a complete list of Windows Forms controls, with links to information on their use.
|
||||
|
||||
Also see [Help Systems in Windows Forms Applications](../advanced/help-systems-in-windows-forms-applications.md).
|
||||
Reference in New Issue
Block a user