Partager via


AsyncPostBackTriggerControlIDConverter.GetStandardValuesSupported Méthode

Définition

Retourne une valeur qui indique si ce convertisseur prend en charge un jeu standard d'ID de contrôle qui peuvent être sélectionnés dans une liste avec le 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

Objet qui fournit un contexte de format.

Retours

Boolean

true si la méthode GetStandardValues(ITypeDescriptorContext) doit être appelée pour rechercher un jeu commun d'ID de contrôle pris en charge par l'objet ; sinon, false. La valeur par défaut est true.

S’applique à