Click or drag to resize
MPUtilityLoadControl Method (String)
Returns the user control with the specified name.

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

Parameters

name
Type: SystemString

Return Value

Type: Control
See Also