DropShadowManager Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public class DropShadowManager : NativeWindow, IDisposable
The DropShadowManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DropShadowManager | Initializes a new instance of the DropShadowManager class |
Name | Description | |
---|---|---|
![]() | Handle | Gets the handle for this window. (Inherited from NativeWindow.) |
![]() | ImageCache |
Name | Description | |
---|---|---|
![]() | AssignHandle | Assigns a handle to this window. (Inherited from NativeWindow.) |
![]() | CreateHandle | Creates a window and its handle with the specified creation parameters. (Inherited from NativeWindow.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | DefWndProc | Invokes the default window procedure associated with this window. (Inherited from NativeWindow.) |
![]() | DestroyHandle | Destroys the window and its handle. (Inherited from NativeWindow.) |
![]() | Dispose | Releases all resources used by the DropShadowManager |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Releases the resources associated with this window. (Inherited from NativeWindow.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | OnHandleChange | Specifies a notification method that is called when the handle for a window is changed. (Inherited from NativeWindow.) |
![]() | OnThreadException | When overridden in a derived class, manages an unhandled thread exception. (Inherited from NativeWindow.) |
![]() | ReleaseHandle | Releases the handle associated with this window. (Inherited from NativeWindow.) |
![]() | Synchronize | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WndProc(Message) | Invokes the default window procedure associated with this window. (Inherited from NativeWindow.) |
![]() | WndProc(Message) |
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |