Search Results for

    Show / Hide Table of Contents

    Interface ITaskPane

    The task pane

    Inherited Members
    IWebLayoutResizableControl.Width
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITaskPane : IWebLayoutResizableControl, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    InitialTask

    Gets or sets the url of the initial task.

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

    The url of the initial task.

    | Improve this Doc View Source

    TaskBar

    Gets the task bar.

    Declaration
    ITaskBar TaskBar { get; }
    Property Value
    Type Description
    ITaskBar

    The task bar.

    | Improve this Doc View Source

    Visible

    Gets or sets whether this control is visible

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng