Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ControlIDConverter::FilterControl Method (Control^)

 

Returns a value indicating whether the control ID of the specified control is added to the TypeConverter::StandardValuesCollection that is returned by the GetStandardValues method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual bool FilterControl(
	Control^ control
)

Parameters

control
Type: System.Web.UI::Control^

The control instance to test for inclusion in the TypeConverter::StandardValuesCollection.

Return Value

Type: System::Boolean

true in all cases.

Notes to Inheritors:

The implementation of the FilterControl method returns true in all cases. Classes that derive from the ControlIDConverter override this method to provide their own filtering mechanism. For example, the AssociatedControlConverter class overrides the FilterControl method and returns true only if the control is a Web server control.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft