Back to Devexpress

NotifyIconService Properties

wpf-devexpress-dot-xpf-dot-core-dot-notifyiconservice-dot-underscore-properties.md

latest4.4 KB
Original Source

NotifyIconService Properties

Allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ContextMenuGets or sets the notification icon’s context menu. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IconGets or sets a value specifying the tray icon’s image. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
LeftClickCommandGets or sets a command executed when the notification icon (system tray icon) is left clicked. This is a dependency property.
LeftDoubleClickCommandGets or sets a command executed when the notification icon (system tray icon) is double-clicked with the left mouse button. This is a dependency property.
StatesGets or sets a collection of the tray icon’s states. This is a dependency property.
ThemeNameGets or set a value specifying the theme applied to the notification icon’s context menu. This is a dependency property.
TooltipGets or sets the icon’s tooltip. This is a dependency property.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
WindowThis member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

NotifyIconService Class

NotifyIconService Members

DevExpress.Xpf.Core Namespace