Search Results for

    Show / Hide Table of Contents

    Interface ITargetedCommand

    A command that operates in a certain viewer frame

    Inherited Members
    ICommand.Name
    ICommand.Label
    ICommand.TargetViewer
    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 ITargetedCommand : ICustomCommand, ICommand, ILocalizable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Target

    Gets or sets the target.

    Declaration
    TargetType Target { get; set; }
    Property Value
    Type Description
    TargetType

    The target.

    | Improve this Doc View Source

    TargetFrame

    Gets or sets the target frame.

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

    The target frame.

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