Interface IUIWidget
Represents a widget definition that is accessible from a menu or toolbar
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IUIWidget : IWidget, INotifyPropertyChanged, IExtensibleElement
Properties
| Improve this Doc View SourceDisabled
Indicates if it is disabled
Declaration
string Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageClass
The image icon CSS class
Declaration
string ImageClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
The image icon 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 |
StatusText
The status bar text
Declaration
string StatusText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
The tooltip
Declaration
string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Clones this instance
Declaration
IUIWidget Clone()
Returns
Type | Description |
---|---|
IUIWidget |