Condividi tramite


PanelDesigner.OnBehaviorAttached Metodo

Definizione

Attenzione

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

Fornisce una notifica quando un comportamento è associato alla finestra di progettazione.

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 ()
Attributi

Commenti

Il OnBehaviorAttached metodo chiama il OnBehaviorAttached metodo di base. Quindi OnBehaviorAttached esegue il mapping BackImageUrl delle HorizontalAlign proprietà e allo stile appropriato usando il MapPropertyToStyle metodo, se queste proprietà sono definite.

Si applica a

Vedi anche