Click or drag to resize

DropShadowManager Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Windows.FormsNativeWindow
      Internal.ComponentFactory.Krypton.ToolkitDropShadowManager

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class DropShadowManager : NativeWindow, 
	IDisposable

The DropShadowManager type exposes the following members.

Constructors
 NameDescription
Public methodDropShadowManagerInitializes a new instance of the DropShadowManager class
Top
Properties
 NameDescription
Public propertyHandleGets the handle for this window.
(Inherited from NativeWindow)
Public propertyImageCache 
Top
Methods
 NameDescription
Public methodAssignHandleAssigns a handle to this window.
(Inherited from NativeWindow)
Public methodCreateHandleCreates a window and its handle with the specified creation parameters.
(Inherited from NativeWindow)
Public methodDefWndProcInvokes the default window procedure associated with this window.
(Inherited from NativeWindow)
Public methodDestroyHandleDestroys the window and its handle.
(Inherited from NativeWindow)
Public methodDisposeReleases all resources used by the DropShadowManager
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases the resources associated with this window.
(Inherited from NativeWindow)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnHandleChangeSpecifies a notification method that is called when the handle for a window is changed.
(Inherited from NativeWindow)
Protected methodOnThreadExceptionWhen overridden in a derived class, manages an unhandled thread exception.
(Inherited from NativeWindow)
Public methodReleaseHandleReleases the handle associated with this window.
(Inherited from NativeWindow)
Public methodSynchronize 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodWmDpiChangedAfterParent
(Inherited from NativeWindow)
Protected methodWmDpiChangedBeforeParent
(Inherited from NativeWindow)
Protected methodWndProc(Message) 
Protected methodWndProc(Message)Invokes the default window procedure associated with this window.
(Inherited from NativeWindow)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also