Table of Contents

Method GetStandardValuesSupported

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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 ITypeDescriptorContext

A 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.