ExtendedTextAreaSetPosition Method |
Explicitly sets the editor position
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax 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