MapperCommand Constructor (String, String, MapperCommandLocation, UICommandAttrs, String, String, String, 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,
string image32URL,
string script,
string windowOptions
)
Public Sub New (
id As String,
caption As String,
location As MapperCommandLocation,
cmdAttrs As UICommandAttrs,
toolTip As String,
imageURL As String,
image32URL As String,
script As String,
windowOptions As String
)
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. - image32URL
- Type: SystemString
The Image32URL. - script
- Type: SystemString
The Script for the command. - windowOptions
- Type: SystemString
The WindowOptions for the command.
See Also