FlagsEnumConverterGetStandardValuesSupported Method
Gets whether this object supports a standard set of values that can be picked from a list using the specified context.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
public override bool GetStandardValuesSupported(
ITypeDescriptorContext? context
)
Public Overrides Function GetStandardValuesSupported (
context As ITypeDescriptorContext
) As Boolean
public:
virtual bool GetStandardValuesSupported(
ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported :
context : ITypeDescriptorContext -> bool
override GetStandardValuesSupported :
context : ITypeDescriptorContext -> bool
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context. In this method this parameter is ignored.
BooleanThis method always returns
.