Interface IFlyoutItem
Represents a toolbar/menu flyout item
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFlyoutItem : IUIItem, IMenu, INotifyPropertyChanged
Properties
| Improve this Doc View SourceImageClass
The image CSS class
Declaration
string ImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
The image url
Declaration
string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
The label
Declaration
string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
The tooltip
Declaration
string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |