Search Results for

    Show / Hide Table of Contents

    Interface ICommand

    Base viewer command

    Inherited Members
    ILocalizable.Tooltip
    ILocalizable.Description
    ILocalizable.ImageURL
    ILocalizable.DisabledImageURL
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ICommand : ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Label

    Gets or sets the label.

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

    The label.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

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

    The name.

    | Improve this Doc View Source

    TargetViewer

    Gets or sets the target viewer.

    Declaration
    TargetViewerType TargetViewer { get; set; }
    Property Value
    Type Description
    TargetViewerType

    The target viewer.

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