Unregisters the specified window from the skin.
| C# | Visual Basic | Visual C++ |
void Unregister( FrameworkElement windowToSkin )
Sub Unregister ( _ windowToSkin As FrameworkElement _ )
void Unregister( FrameworkElement^ windowToSkin )
- windowToSkin (FrameworkElement)
- The window to be removed from the skin.