KeysConverter::GetStandardValuesSupported Method (ITypeDescriptorContext^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context, which can be used to extract additional information about the environment this converter is being invoked from. This parameter or properties of this parameter can be null.

Return Value

Type: System::Boolean

Always returns true.

The context parameter is not used in the standard implementation of this method.

.NET Framework
Available since 1.1
Return to top
Show: