Interface ICommandItem
A menu item that invokes a command
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICommandItem : IUIItem
Properties
| Improve this Doc View SourceCommand
Gets or sets the command.
Declaration
string Command { get; set; }
Property Value
Type | Description |
---|---|
System.String | The command. |