Click or drag to resize

MapperCommand Constructor (String, String, MapperCommandLocation, UICommandAttrs, String, String)

Constructs a new instance of the object.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MapperCommand(
	string id,
	string caption,
	MapperCommandLocation location,
	UICommandAttrs cmdAttrs,
	string toolTip,
	string imageURL
)

Parameters

id
Type: SystemString
The command's ID
caption
Type: SystemString
The command's caption
location
Type: NetQuarry.DataMapperCommandLocation
The command's location
cmdAttrs
Type: NetQuarryUICommandAttrs
UI Command attributes
toolTip
Type: SystemString
The tooltip text
imageURL
Type: SystemString
The ImageURL.
See Also