VisualStateChangedEventArgs.Control Propriété
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.
public:
property Control ^ Control { Control ^ get(); void set(Control ^ value); };
Control Control();
void Control(Control value);
public Control Control { get; set; }
var control = visualStateChangedEventArgs.control;
visualStateChangedEventArgs.control = control;
Public Property Control As Control
Valeur de propriété
Contrôle qui change d’état.