| DSSAllowForms Property |
[This is preliminary documentation and is subject to change.]
Gets/sets whether text output is allowed
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool AllowForms { get; set; }
Public Property AllowForms As Boolean
Get
Set
public:
property bool AllowForms {
bool get ();
void set (bool value);
}
member AllowForms : bool with get, set
function get_AllowForms();
function set_AllowForms(value);
Property Value
Type:
BooleanSee Also