Share via


ProfilePropertyLoader.FindControlHelper Method

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Shared Function FindControlHelper ( _
    cRoot As ControlCollection, _
    controlType As Type _
) As Control
'Usage
Dim cRoot As ControlCollection
Dim controlType As Type
Dim returnValue As Control

returnValue = ProfilePropertyLoader.FindControlHelper(cRoot, _
    controlType)
public static Control FindControlHelper(
    ControlCollection cRoot,
    Type controlType
)

Parameters

Return Value

Type: System.Web.UI.Control

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace