Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.MessageMonitor.Reparent

Andrew Lambert edited this page Jul 16, 2014 · 3 revisions

#WinLib.MessageMonitor.Reparent

##Method Signature

    Protected Sub Reparent(NewParentWindow As WindowRef)
```vbnet
##Parameters
|Name|Type|Comment|
|----|----|-------|
|NewParentWindow|[WindowRef](https://github.com/charonn0/WinLib/wiki/WinLib.WindowRef)|A reference to the new parent window|

##Notes
Unsubclasses the previous parent and subclasses the `NewParentWindow`. 

Clone this wiki locally