CogStaticGraphicsContainer MoveToFront Method Cognex VisionPro 9.22 SR1
Moves the specified group to the front of the z-order.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public virtual void MoveToFront(
	string groupName
)

Parameters

groupName
Type: System String
The named group to move to the front of the z-order.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when an illegal name of the group is used.
See Also