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.DesignAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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.