Interface ITaskBar
The task bar
Inherited Members
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 SourceBack
Gets the back button.
Declaration
ITaskButton Back { get; }
Property Value
Type | Description |
---|---|
ITaskButton | The back. |
Forward
Gets the forward button.
Declaration
ITaskButton Forward { get; }
Property Value
Type | Description |
---|---|
ITaskButton | The forward. |
Home
Gets the home button.
Declaration
ITaskButton Home { get; }
Property Value
Type | Description |
---|---|
ITaskButton | The home. |
Tasks
Gets the tasks button.
Declaration
ITaskButton Tasks { get; }
Property Value
Type | Description |
---|---|
ITaskButton | The tasks. |