Registers the specified window to the skin.

C# | Visual Basic | Visual C++ |
void Register( FrameworkElement windowToSkin )
Sub Register ( _ windowToSkin As FrameworkElement _ )
void Register( FrameworkElement^ windowToSkin )

- windowToSkin (FrameworkElement)
- The window to be added to the skin.