言語

PanelDesigner.OnBehaviorAttached メソッド

定義

注意事項

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

動作がデザイナーにアタッチされたときに通知を提供します。

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 ()
属性

注釈

OnBehaviorAttached メソッドは、OnBehaviorAttached基本メソッドを呼び出します。 次に、OnBehaviorAttachedは、BackImageUrl メソッドを使用して、HorizontalAlignプロパティとMapPropertyToStyle プロパティを適切なスタイルにマップします (これらのプロパティが定義されている場合)。

適用対象

こちらもご覧ください