Search Results for

    Show / Hide Table of Contents

    Interface ITaskBar

    The task bar

    Inherited Members
    IWebLayoutControl.Visible
    IMenu.ItemCount
    IMenu.Items
    IMenu.MoveUp(IUIItem)
    IMenu.MoveDown(IUIItem)
    IMenu.GetIndex(IUIItem)
    IMenu.Insert(IUIItem, Int32)
    IMenu.AddItem(IUIItem)
    IMenu.RemoveItem(IUIItem)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ITaskBar : IWebLayoutControl, IMenu, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Back

    Gets the back button.

    Declaration
    ITaskButton Back { get; }
    Property Value
    Type Description
    ITaskButton

    The back.

    | Improve this Doc View Source

    Forward

    Gets the forward button.

    Declaration
    ITaskButton Forward { get; }
    Property Value
    Type Description
    ITaskButton

    The forward.

    | Improve this Doc View Source

    Home

    Gets the home button.

    Declaration
    ITaskButton Home { get; }
    Property Value
    Type Description
    ITaskButton

    The home.

    | Improve this Doc View Source

    Tasks

    Gets the tasks button.

    Declaration
    ITaskButton Tasks { get; }
    Property Value
    Type Description
    ITaskButton

    The tasks.

    Extension Methods

    MenuExtensions.AddItems(IMenu, IUIItem[])
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng