mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 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:
+34
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: "NotifyIcon Component"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "application icons [Windows Forms], background processes"
|
||||
- "context menus [Windows Forms], for background processes"
|
||||
- "status tray icon"
|
||||
- "system tray icons"
|
||||
- "user interface [Windows Forms], for background processes"
|
||||
- "background program icon"
|
||||
- "NotifyIcon component"
|
||||
- "SysTray icons"
|
||||
ms.assetid: 20312268-1d67-494a-8601-5c43b7f1b513
|
||||
---
|
||||
# NotifyIcon Component (Windows Forms)
|
||||
The Windows Forms `NotifyIcon` component displays icons in the status notification area of the taskbar for processes that run in the background and would not otherwise have user interfaces. An example would be a virus protection program that can be accessed by clicking an icon in the status notification area of the taskbar.
|
||||
|
||||
## In This Section
|
||||
[NotifyIcon Component Overview](notifyicon-component-overview-windows-forms.md)
|
||||
Introduces the general concepts of the `NotifyIcon` component, which allows users to see icons for processes running in the background that do not have a user interface.
|
||||
|
||||
[How to: Add Application Icons to the TaskBar with the Windows Forms NotifyIcon Component](app-icons-to-the-taskbar-with-wf-notifyicon.md)
|
||||
Provides steps for setting the icon displayed by the `NotifyIcon` component.
|
||||
|
||||
[How to: Associate a Shortcut Menu with a Windows Forms NotifyIcon Component](how-to-associate-a-shortcut-menu-with-a-windows-forms-notifyicon-component.md)
|
||||
Provides steps for adding a shortcut menu to a `NotifyIcon` component.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.NotifyIcon>
|
||||
Provides reference information on the class and 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.
|
||||
Reference in New Issue
Block a user