Interface IUIItem
Represents a UI toolbar/menu item
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IUIItem : INotifyPropertyChanged
Properties
| Improve this Doc View SourceFunction
The item function
Declaration
UiItemFunctionType Function { get; }
Property Value
Type | Description |
---|---|
UiItemFunctionType |
Parent
The parent menu
Declaration
IMenu Parent { get; }
Property Value
Type | Description |
---|---|
IMenu |