DesignPropertyDescriptor.CanResetValue(Object) Méthode

Définition

Détermine si la réinitialisation de l'objet change sa valeur ou non.

public:
 override bool CanResetValue(System::Object ^ component);
public:
 override bool CanResetValue(Platform::Object ^ component);
 override bool CanResetValue(winrt::Windows::Foundation::IInspectable const & component);
public override bool CanResetValue (object component);
override this.CanResetValue : obj -> bool
Public Overrides Function CanResetValue (component As Object) As Boolean

Paramètres

component
Object

Composant qui détient la propriété.

Retours

Boolean

true si la réinitialisation du composant modifie sa valeur ; sinon, false.

Remarques

Cette méthode appelle la méthode de base.

S’applique à