ControlPropertyNameConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
Assembly: System.Web (in system.web.dll)
public: virtual bool GetStandardValuesSupported ( ITypeDescriptorContext^ context ) override
public boolean GetStandardValuesSupported ( ITypeDescriptorContext context )
public override function GetStandardValuesSupported ( context : ITypeDescriptorContext ) : boolean
Not applicable.
Parameters
- context
An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be a null reference (Nothing in Visual Basic).
Return Value
true if the context parameter is not a null reference (Nothing in Visual Basic); otherwise, false.The GetStandardValuesSupported method returns a value that indicates whether this object supports a standard set of values.
The context parameter extracts additional information about the design-time environment from which this converter is invoked. This parameter can be a null reference (Nothing in Visual Basic), and properties on the context object can return a null reference (Nothing in Visual Basic). If the context parameter is a null reference (Nothing in Visual Basic), this method returns false.
Notes to Inheritors: Override this method if the type you want to convert supports standard values.