Click or drag to resize

RegionContainerSetInkEnabled Method

Sets whether or not ink is enabled for this container.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetInkEnabled(
	bool inkEnabled
)

Parameters

inkEnabled
Type: SystemBoolean
Whether or not ink is enabled for this container.
See Also