ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / MapItem Class / ToString Method

In This Topic
    ToString Method (MapItem)
    In This Topic
    Returns a string representation of a MapItem, which is the topic URL.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    A System.String that represents the current MapItem.
    See Also