Partager via


PanelDesigner.OnBehaviorAttached Méthode

Définition

Attention

The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202

Fournit une notification lorsqu'un comportement est attaché au concepteur.

protected:
 override void OnBehaviorAttached();
protected override void OnBehaviorAttached ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBehaviorAttached ();
override this.OnBehaviorAttached : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBehaviorAttached : unit -> unit
Protected Overrides Sub OnBehaviorAttached ()
Attributs

Remarques

La OnBehaviorAttached méthode appelle la OnBehaviorAttached méthode de base. Ensuite OnBehaviorAttached , mappe les BackImageUrl HorizontalAlign Propriétés et au style approprié à l’aide de la MapPropertyToStyle méthode, si ces propriétés sont définies.

S’applique à

Voir aussi