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

    DetailEntry(String, String, DrawingImage)

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

    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
    Back to top Generated by DocFX