IStepClearSelection(Boolean) Method

Deselects all elements on the step.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ClearSelection(
	bool FireEvents
)

Parameters

FireEvents  Boolean
Fire event for selection changed (This update all user controls and thake more time).

Implements

InterfaceStepClearSelection(Boolean)

See Also