CursorConverter.GetStandardValuesSupported(ITypeDescriptorContext) Méthode

Définition

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

S’applique à