Click or drag to resize

StatusBarServiceSetCaretPosition Method

Updates the status bar with the current caret position.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SetCaretPosition(
	int x,
	int y,
	int charOffset
)

Parameters

x  Int32
The current column number.
y  Int32
The current line number.
charOffset  Int32
The current character offset.
See Also