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