SkinIDTypeConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)
.NET Framework 3.0
Returns a value indicating whether the control that is represented by the given context supports a set of SkinID objects that can be picked from a list.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.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 for the control being designed.
Return Value
true, if GetStandardValues should be called to find a common set of values the object supports; otherwise, false.Community Additions
ADD
Show: