Partager via


SkinIDTypeConverter.GetStandardValuesSupported(ITypeDescriptorContext) Méthode

Définition

Retourne une valeur qui indique si le contrôle représenté par le contexte donné prend en charge un jeu d'objets SkinID qui peuvent être choisis dans une liste.

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

ITypeDescriptorContext pour le contrôle en cours de conception.

Retours

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

S’applique à

Voir aussi