Search Results for

    Show / Hide Table of Contents

    Interface ITellMeAction

    Namespace: Sdl.TellMe.ProviderApi
    Assembly: Sdl.TellMe.ProviderApi.dll
    Syntax
    public interface ITellMeAction

    Properties

    Category

    Declaration
    string Category { get; }
    Property Value
    Type Description
    System.String

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String

    Icon

    Declaration
    Icon Icon { get; }
    Property Value
    Type Description
    System.Drawing.Icon

    IsAvailable

    Declaration
    bool IsAvailable { get; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    Execute()

    Declaration
    void Execute()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Category
      • Description
      • Icon
      • IsAvailable
      • Name
    • Methods
      • Execute()
    • Extension Methods
    Back to top Generated by DocFX