CursorConverter.GetStandardValuesSupported(ITypeDescriptorContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si cet objet prend en charge un jeu standard de valeurs pouvant être sélectionnées dans une liste, à l'aide du contexte spécifié.
public:
override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
abstract member GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean
Paramètres
- context
- ITypeDescriptorContext
Contexte de format qui fournit des informations sur l'environnement à partir duquel ce convertisseur est appelé.
Retours
Retourne toujours true
.