Interface IUIItem
A UI element
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IUIItem
Properties
| Improve this Doc View SourceFunction
Gets or sets the function.
Declaration
UIItemFunctionType Function { get; set; }
Property Value
Type | Description |
---|---|
UIItemFunctionType | The function. |
Parent
Gets the parent menu.
Declaration
IMenu Parent { get; }
Property Value
Type | Description |
---|---|
IMenu | The parent menu. |