Skip to main content

NotifyIconState Members

Provides the NotifyIconState.Icon property specifying the tray icon’s image.

Constructors

Name Description
NotifyIconState() Initializes a new instance of the NotifyIconState class.

Fields

Name Description
IconProperty static Identifies the NotifyIconState.Icon dependency property.
NameProperty static Identifies the NotifyIconState.Name dependency property.

Properties

Name Description
Icon Gets or sets the state’s image that will displayed within the notification icon.
Name Gets or sets the state’s identifier.
See Also