IPCBIWindowShowStatusText Method

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

Definition

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

Parameters

text  String
The status text.

Implements

InterfacePCBIWindowShowStatusText(String)

See Also