| 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; }
Public Property AllowEditor As Boolean
Get
Set
public:
property bool AllowEditor {
bool get ();
void set (bool value);
}
member AllowEditor : bool with get, set
function get_AllowEditor();
function set_AllowEditor(value);
Property Value
Type:
BooleanSee Also