Click or drag to resize
MPUtilityLoadControlFromPath Method
Returns the user control from the specified virtual path.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static Control LoadControlFromPath(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: Control
See Also