KeyFiltersControl class

This member is reserved for internal use and is not intended to be used directly from your code.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.TemplateBasedControl
        Microsoft.Office.Server.WebControls.KeyFiltersControl

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
<MdsCompliantAttribute(IsCompliant := True)> _
Public Class KeyFiltersControl _
    Inherits TemplateBasedControl _
    Implements IPostBackEventHandler
'Usage
Dim instance As KeyFiltersControl
[MdsCompliantAttribute(IsCompliant = true)]
public class KeyFiltersControl : TemplateBasedControl, 
    IPostBackEventHandler

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

KeyFiltersControl members

Microsoft.Office.Server.WebControls namespace