Determines whether this type converter supports a standard set of values that can be picked from a list.
- context
An System.ComponentModel.ITypeDescriptorContext that provides a format context, which can be used to extract additional information about the environment this type converter is being invoked from. This parameter or properties of this parameter can be null.
![]()
true to indicate a list of standard values is supported; otherwise, false. Always returns true.
As implemented in the System.Windows.Forms.ImageKeyConverter class, the ImageKeyConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) method always returns true since System.Windows.Forms.ImageKeyConverter supports a standard set of index values for images that can be picked from a list.