Interface IStudioNotificationCommand
The contract defining the Notification Command
Namespace: Sdl.Desktop.IntegrationApi.Interfaces
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public interface IStudioNotificationCommandProperties
CommandIcon
The icon for the command
Declaration
Icon CommandIcon { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Drawing.Icon | 
CommandText
The ToolTip of the command
Declaration
string CommandText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
CommandToolTip
The tooltip for the command
Declaration
string CommandToolTip { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |