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.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
void SetSpecCharsMode(
bool value
)
Sub SetSpecCharsMode (
value As Boolean
)
void SetSpecCharsMode(
bool value
)
abstract SetSpecCharsMode :
value : bool -> unit
Parameters
- value Boolean
- Turns Special Characters mode on when set to , otherwise turns it off.