Click or drag to resize

DSSAllowEditor Property

[This is preliminary documentation and is subject to change.]

Gets/sets whether running the external editor for "Show" is allowed AllowEditor controls whether the external editor is used in commands like "Show". If you set to 0 (false), the editor is not executed. Note that other side effects, such as the creation of files, are not affected. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool AllowEditor { get; set; }

Property Value

Type: Boolean
See Also