StatusBarServiceSetCaretPosition Method |
Updates the status bar with the current caret position.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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