RatingsSettingsPage.FindNestedControl Method

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

Syntax

'Declaration
Protected Function FindNestedControl ( _
    id As String, _
    parentControl As Control _
) As Control
'Usage
Dim id As String
Dim parentControl As Control
Dim returnValue As Control

returnValue = Me.FindNestedControl(id, _
    parentControl)
protected Control FindNestedControl(
    string id,
    Control parentControl
)

Parameters

Return Value

Type: System.Web.UI.Control

See Also

Reference

RatingsSettingsPage Class

RatingsSettingsPage Members

Microsoft.SharePoint.Portal Namespace