IRegionWithMathSetSpecCharsMode Method

Toggles Special Characters mode of the region based on the given value. The IsSpecCharsMode property can be used to detect current state of this mode.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
void SetSpecCharsMode(
	bool value
)

Parameters

value  Boolean
Turns Special Characters mode on when set to , otherwise turns it off.

See Also