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

Namespace: DayPilot.Web.Ui.Design
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
protected override bool FilterControl(
	Control control
)
Visual Basic
Protected Overrides Function FilterControl ( _
	control As Control _
) As Boolean
Visual C++
protected:
virtual bool FilterControl(
	Control^ control
) override

Parameters

control
Type: System.Web.UI..::..Control
The control instance to test for inclusion in the TypeConverter..::..StandardValuesCollection.

Return Value

true in all cases.

See Also