Click or drag to resize

IFitFunctionScriptViewEnableScriptView Method

Enables or disables the script view.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EnableScriptView(
	Object view,
	bool enable
)

Parameters

view  Object
The view object.
enable  Boolean
to enable the view; otherwise, .
See Also