FlagsEnumConverterGetStandardValuesSupported Method

Gets whether this object supports a standard set of values that can be picked from a list using the specified context.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
public override bool GetStandardValuesSupported(
	ITypeDescriptorContext? context
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. In this method this parameter is ignored.

Return Value

Boolean
This method always returns .

See Also