Click or drag to resize
ExtendedTextAreaSetPosition Method
Explicitly sets the editor position

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public void SetPosition(
	bool focus,
	int line,
	int ch
)

Parameters

focus
Type: SystemBoolean
Focus the editor
line
Type: SystemInt32
Line to jump to
ch
Type: SystemInt32
Char on the line to jump to
See Also