Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ISystemTrayContextMenu Interface
NamespacesGenesyslab.Desktop.Modules.Windows.Views.ToolbarISystemTrayContextMenu
This interface represents the View of the System Tray icon.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISystemTrayContextMenu : IView
Public Interface ISystemTrayContextMenu _
	Implements IView
public interface class ISystemTrayContextMenu : IView
Members
All MembersMethodsProperties



IconMemberDescription
Context
Gets or sets the context. This is a user defined object.
(Inherited from IView.)
Create()()()
Creates this view.
(Inherited from IView.)
Destroy()()()
Destroys this view.
(Inherited from IView.)
HideSystemTray()()()
Hides the system tray.

IsSystemTrayVisible
Gets or sets a value indicating whether the system tray is visible.

Model
Gets or sets the model.

NotifyIcon
Gets or sets the notify icon.

NotifyIconNewInteractions
Gets or sets the notify icon new interactions.

ShowSystemTray()()()
Shows the system tray.

Assembly: Genesyslab.Desktop.Modules.Windows (Module: Genesyslab.Desktop.Modules.Windows) Version: 8.0.2.15 (8.0.002.15)