AsyncPostBackTriggerControlIDConverter.GetStandardValuesSupported Méthode

Définition

Retourne une valeur qui indique si ce convertisseur prend en charge un ensemble standard d’ID de contrôle pouvant être sélectionnés 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

Objet qui fournit un contexte de format.

Retours

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

S’applique à