Search Results for

    Show / Hide Table of Contents

    Interface ILocalizable

    A UI element with localizable features

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ILocalizable : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Description

    Gets or sets the description.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    | Improve this Doc View Source

    DisabledImageURL

    Gets or sets the disabled image URL.

    Declaration
    string DisabledImageURL { get; set; }
    Property Value
    Type Description
    System.String

    The disabled image URL.

    | Improve this Doc View Source

    ImageURL

    Gets or sets the image URL.

    Declaration
    string ImageURL { get; set; }
    Property Value
    Type Description
    System.String

    The image URL.

    | Improve this Doc View Source

    Tooltip

    Gets or sets the tooltip.

    Declaration
    string Tooltip { get; set; }
    Property Value
    Type Description
    System.String

    The tooltip.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng