Search Results for

    Show / Hide Table of Contents

    Class TerminologyProviderDisplayInfo

    Represents information about a terminology provider (ITerminologyProvider) that can be used to display this terminology provider in a user interface. The terminology provider plug-in has to provide an implementation of ITerminologyProviderWinFormsUI

    Inheritance
    object
    TerminologyProviderDisplayInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class TerminologyProviderDisplayInfo

    Constructors

    TerminologyProviderDisplayInfo()

    Declaration
    public TerminologyProviderDisplayInfo()

    Properties

    Name

    Gets the display name of the terminology provider.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SearchResultIcon

    Gets an image that can be used to represent the fact that a certain search result (SearchResult) was generated by this particular terminology provider.

    Declaration
    public Icon SearchResultIcon { get; set; }
    Property Value
    Type Description
    Icon

    TerminologyProviderIcon

    Gets an image that can be used to represent this terminology provider.

    Declaration
    public Icon TerminologyProviderIcon { get; set; }
    Property Value
    Type Description
    Icon

    TooltipText

    Gets descriptive text that can be shown in a tooltip or similar.

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • TerminologyProviderDisplayInfo()
    • Properties
      • Name
      • SearchResultIcon
      • TerminologyProviderIcon
      • TooltipText
    Back to top Generated by DocFX