Intersoft ClientUI Documentation
OnApplyTemplate Method (UXFrame)



Builds the visual tree for the UXFrame when a new template is applied.
Syntax
Public Overrides NotOverridable Sub OnApplyTemplate() 
Dim instance As UXFrame
 
instance.OnApplyTemplate()
public override void OnApplyTemplate()
public:
void OnApplyTemplate(); override 
Remarks
This method is invoked whenever application code or an internal process, such as a rebuilding layout pass, calls the ApplyTemplate method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFrame Class
UXFrame Members

Send Feedback