Search Results for

    Show / Hide Table of Contents

    Class AutoCompleteInfo

    A pinned auto-complete suggestion that carries display text, an address detail, and an icon to show alongside it in the suggestion list.

    Inheritance
    object
    AutoCompleteInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class AutoCompleteInfo

    Constructors

    View Source

    AutoCompleteInfo(string, string, Image)

    Declaration
    public AutoCompleteInfo(string nText, string nAddress, Image nIcon)
    Parameters
    Type Name Description
    string nText
    string nAddress
    Image nIcon

    Fields

    View Source

    Address

    Declaration
    public string Address
    Field Value
    Type Description
    string
    View Source

    Icon

    Declaration
    public Image Icon
    Field Value
    Type Description
    Image
    View Source

    Text

    Declaration
    public string Text
    Field Value
    Type Description
    string

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • View Source
    In this article
    Back to top Generated by DocFX