Search Results for

    Show / Hide Table of Contents

    Class DetailEntry

    Inheritance
    object
    DetailEntry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Summary
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class DetailEntry

    Constructors

    DetailEntry(string, string)

    Declaration
    public DetailEntry(string name, string value)
    Parameters
    Type Name Description
    string name
    string value

    Properties

    Icon

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

    Name

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

    Value

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • DetailEntry(string, string)
    • Properties
      • Icon
      • Name
      • Value
    • Extension Methods
    Back to top Generated by DocFX