Click or drag to resize

StatusBarServiceSetInsertMode Method

Updates the status bar to show the current insert mode.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetInsertMode(
	bool insertMode
)

Parameters

insertMode  Boolean
to show insert mode; otherwise overwrite mode.
See Also