NetXP 3.0 Reference

ShadowWindow Members

ShadowWindow overview

Public Instance Constructors

ShadowWindow Constructor Creates a new shadow window from the given handle.

Public Instance Properties

Handle (inherited from NativeWindow) Gets the handle for this window.
HwndShadow The actual handle to the shadow window.
ShadowSize The size of the shadow.
ShadowType The shadow type.

Public Instance Methods

AssignHandle (inherited from NativeWindow) Assigns a handle to this window.
Close Closes the shadow window, destroying the handle.
CreateHandle (inherited from NativeWindow) Creates a window and its handle with the specified creation parameters.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
DefWndProc (inherited from NativeWindow)Invokes the default window procedure associated with this window. It is an error to call this method when the Handle property is 0.
DestroyHandle (inherited from NativeWindow) Destroys the window and its handle.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ReleaseHandle (inherited from NativeWindow) Releases the handle associated with this window.
RenderShadow Renders the shadow. Can also be called to force a redraw.
Show Shows the shadow window.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

PaintShadow Raised when the shadow must be redrawn. You MUST handle this event.

See Also

ShadowWindow Class | NETXP.Library Namespace