SkinIDTypeConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
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.
Assembly: System.Design (in System.Design.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext for the control being designed.
Return Value
Type: System::Booleantrue, if GetStandardValues should be called to find a common set of values the object supports; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: