DeltaPage.FilterControl method

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

Syntax

'Declaration
Public Shared Function FilterControl ( _
    control As Control _
) As Control
'Usage
Dim control As Control
Dim returnValue As Control

returnValue = DeltaPage.FilterControl(control)
public static Control FilterControl(
    Control control
)

Parameters

Return value

Type: System.Web.UI.Control

See also

Reference

DeltaPage class

DeltaPage members

Microsoft.SharePoint.WebControls namespace