Method GetStandardValuesSupported
GetStandardValuesSupported(ITypeDescriptorContext?)
Determines if this object supports a standard set of values that can be chosen from a list.
public override bool GetStandardValuesSupported(ITypeDescriptorContext? context)
Parameters
context
ITypeDescriptorContextA TypeDescriptor through which additional context can be provided.
Returns
- bool
true if GetStandardValues(ITypeDescriptorContext?) must be called to find a common set of values the object supports; otherwise, false.