Search Results for

    Show / Hide Table of Contents

    Class AutoCompleteInfo

    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

    AutoCompleteInfo(string, string, Image)

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

    Fields

    Address

    Declaration
    public string Address
    Field Value
    Type Description
    string

    Icon

    Declaration
    public Image Icon
    Field Value
    Type Description
    Image

    Text

    Declaration
    public string Text
    Field Value
    Type Description
    string

    Methods

    ToString()

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