Search Results for

    Show / Hide Table of Contents

    Interface IStudioNotificationCommand

    The contract defining the Notification Command

    Namespace: Sdl.Desktop.IntegrationApi.Interfaces
    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
    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • CommandIcon
      • CommandText
      • CommandToolTip
    • Extension Methods
    Back to top Generated by DocFX