Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call.
Syntax
'Declaration
Public Function ApplyTemplate() As Boolean
public bool ApplyTemplate()
Return Value
true if visuals were added to the tree; returns false otherwise.
See Also