Creates a new shadow window from the given handle.
[Visual Basic]Public Sub New( _
ByVal
handle As
IntPtr _
)
[C#]public ShadowWindow(
IntPtr handle);
Parameters
- handle
- The handle to which to attach.
See Also
ShadowWindow Class | NETXP.Library Namespace