ColorConverter.GetStandardValuesSupported(ITypeDescriptorContext) Méthode

Définition

Détermine si cet objet prend en charge un ensemble standard de valeurs pouvant être sélectionnées dans une liste.

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext? context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

Paramètres

context
ITypeDescriptorContext

TypeDescriptor par l'intermédiaire duquel un contexte supplémentaire peut être fourni.

Retours

true si GetStandardValues doit être appelé pour rechercher un jeu commun de valeurs prises en charge par l'objet ; sinon false.

S’applique à