Interface ITaskPane
The task pane
Inherited Members
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 SourceInitialTask
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. |
TaskBar
Gets the task bar.
Declaration
ITaskBar TaskBar { get; }
Property Value
Type | Description |
---|---|
ITaskBar | The task bar. |
Visible
Gets or sets whether this control is visible
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |