Search Results for

    Show / Hide Table of Contents

    Interface IStudioNotificationCommand

    The contract defining the Notification Command

    Inherited Members
    ICommand.CanExecute(object)
    ICommand.Execute(object)
    ICommand.CanExecuteChanged
    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
    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • CommandIcon
      • CommandText
      • CommandToolTip
    • Extension Methods
    Back to top Generated by DocFX