Click or drag to resize

MapperCommandWindowOptions Property

Gets or sets the command's window options. Window options are passed to window.open for commands that are javascript based. This parameter is a list of items separated by commas and corresponds to the "Features" parameter in the DHTML window.open() method. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following features are supported.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string WindowOptions { get; set; }

Property Value

Type: String
See Also