System.Windows.Forms
1.0.5000.0
2.0.0.0
System.ComponentModel.Component
System.ComponentModel.ToolboxItemFilter("System.Windows.Forms", System.ComponentModel.ToolboxItemFilterType.Allow)
System.ComponentModel.Designer("System.Windows.Forms.Design.NotifyIconDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")
System.ComponentModel.DefaultEvent("MouseDoubleClick")
System.ComponentModel.DefaultProperty("Text")
Icons in the notification area are shortcuts to processes that are running in the background of a computer, such as a virus protection program or a volume control. These processes do not come with their own user interfaces. The class provides a way to program in this functionality. The property defines the icon that appears in the notification area. Pop-up menus for an icon are addressed with the property. The property assigns ToolTip text. In order for the icon to show up in the notification area, the property must be set to true.
Specifies a component that creates an icon in the notification area. This class cannot be inherited.
Constructor
When a new is created, the property is set to false. You must set the property to true in order to use the you created. This instance will exist until its container releases it to garbage collection.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Constructor
When a new is created, the property is set to false. You must set the property to true in order to use the you created. This instance will exist until its container releases it to garbage collection.
Initializes a new instance of the class with the specified container.
An that represents the container for the control.
1.0.5000.0
2.0.0.0
Event
2.0.0.0
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the balloon tip is clicked.
Event
2.0.0.0
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the balloon tip is closed by the user.
Property
2.0.0.0
System.ComponentModel.DefaultValue("None")
System.Windows.Forms.ToolTipIcon
To be added.
To be added.
Gets or sets the icon to display on the balloon tip associated with the .
Event
2.0.0.0
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the balloon tip is displayed on the screen.
Property
2.0.0.0
System.ComponentModel.Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
System.ComponentModel.DefaultValue("")
System.ComponentModel.Localizable(true)
System.String
To be added.
To be added.
Gets or sets the text to display on the balloon tip associated with the .
Property
2.0.0.0
System.ComponentModel.DefaultValue("")
System.ComponentModel.Localizable(true)
System.String
To be added.
The title text will display in a bold font near the top of the balloon.
Gets or sets the title of the balloon tip displayed on the .
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the user clicks the icon in the notification area.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.Browsable(false)
System.ComponentModel.DefaultValue(null)
System.Windows.Forms.ContextMenu
To be added.
The menu is shown when the user right-clicks an icon in the notification area of the taskbar. Shortcut menus also are known as pop-up menus.
Gets or sets the shortcut menu for the icon.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.ComponentModel.DefaultValue(null)
System.Windows.Forms.ContextMenuStrip
To be added.
To be added.
Gets or sets the shortcut menu associated with the .
Method
System.Void
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the user double-clicks the icon in the notification area of the taskbar.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.DefaultValue(null)
System.ComponentModel.Localizable(true)
System.Drawing.Icon
To be added.
To be added.
Gets or sets the current icon.
1.0.5000.0
2.0.0.0
Event
2.0.0.0
System.Windows.Forms.MouseEventHandler
For more information about handling events, see Consuming Events.
Occurs when the user clicks a with the mouse.
Event
2.0.0.0
System.Windows.Forms.MouseEventHandler
For more information about handling events, see Consuming Events.
Occurs when the user double-clicks the with the mouse.
Event
System.Windows.Forms.MouseEventHandler
For more information about handling events, see Consuming Events.
Occurs when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar.
1.0.5000.0
2.0.0.0
Event
System.Windows.Forms.MouseEventHandler
For more information about handling events, see Consuming Events.
Occurs when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar.
1.0.5000.0
2.0.0.0
Event
System.Windows.Forms.MouseEventHandler
For more information about handling events, see Consuming Events.
Occurs when the user releases the mouse button while the pointer is over the icon in the notification area of the taskbar.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Void
Minimum and maximum timeout values are enforced by the operating system and are typically 10 and 30 seconds, respectively, however this can vary depending on the operating system. Timeout values that are too large or too small are adjusted to the appropriate minimum or maximum value. In addition, if the user does not appear to be using the computer (no keyboard or mouse events are occurring) then the system does not count this time towards the timeout.
Only one balloon tip can display on the taskbar at a time. Attempting to display a balloon tip when one is currently displayed on the taskbar causes the value to be ignored. The behavior is slightly different depending on the operating system and whether the balloon tip is from another, or the same, application. When the second balloon tip is from another application, the first balloon tip will display for the minimum timeout value before the second appears, regardless of the value of . In most cases, if the balloon tips are from the same application, the first balloon tip immediately closes when another call to the method is made. In some cases the second balloon will open on top of the first balloon.
The title text will display in a bold font near the top of the balloon.
Displays a balloon tip in the taskbar for the specified time period.
The time period, in milliseconds, the balloon tip should display.
Method
2.0.0.0
System.Void
Minimum and maximum timeout values are enforced by the operating system and are typically 10 and 30 seconds, respectively, however this can vary depending on the operating system. Timeout values that are too large or too small are adjusted to the appropriate minimum or maximum value. In addition, if the user does not appear to be using the computer (no keyboard or mouse events are occurring) then the system does not count this time towards the timeout.
Only one balloon tip can display on the taskbar at a time. Attempting to display a balloon tip when one is currently displayed on the taskbar causes the value to be ignored. The behavior is slightly different depending on the operating system and whether the balloon tip is from another, or the same, application. When the second balloon tip is from another application, the first balloon tip will display for the minimum timeout value before the second appears, regardless of the value of . In most cases, if the balloon tips are from the same application, the first balloon tip immediately closes when another call to the method is made. In some cases the second balloon will open on top of the first balloon.
The title text will display in a bold font near the top of the balloon.
Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period.
The time period, in milliseconds, the balloon tip should display.
The title to display on the balloon tip.
The text to display on the balloon tip.
One of the values.
Property
2.0.0.0
System.ComponentModel.DefaultValue(null)
System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))
System.ComponentModel.Bindable(true)
System.ComponentModel.Localizable(false)
System.Object
To be added.
To be added.
Gets or sets an object that contains data about the .
Property
System.ComponentModel.Localizable(true)
System.ComponentModel.Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))
System.ComponentModel.DefaultValue("")
System.String
To be added.
If the text is null, no ToolTip is displayed.
Gets or sets the ToolTip text displayed when the mouse pointer rests on a notification area icon.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.DefaultValue(false)
System.ComponentModel.Localizable(true)
System.Boolean
To be added.
Since the default value is false, in order for the icon to show up in the notification area, you must set the property to true.
Gets or sets a value indicating whether the icon is visible in the notification area of the taskbar.
1.0.5000.0
2.0.0.0