InterfacePCBIWindowShowStatusText Method

Show the text in status bar. After 1 second it will be cleaned.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void ShowStatusText(
	string text
)

Parameters

text  String
The status text.

See Also