ImageFormatConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

Indicates whether this object supports a standard set of values that can be picked from a list.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context can be provided.

Return Value

Type: System::Boolean

This method returns true if the GetStandardValues method should be called to find a common set of values the object supports.

.NET Framework
Available since 1.1
Return to top
Show: