ToolboxControl.OnApplyTemplate Method

Definition

Builds the visual tree for this toolbox control.

public:
 override void OnApplyTemplate();
public override void OnApplyTemplate ();
override this.OnApplyTemplate : unit -> unit
Public Overrides Sub OnApplyTemplate ()

Remarks

The OnApplyTemplate method is invoked by the ApplyTemplate method. ToolboxControl implements Control, which, in turn, implements FrameworkElement.

Applies to