ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ComObjectCallback Class / Shadow Property

In This Topic
    Shadow Property (ComObjectCallback)
    In This Topic
    Implements ICallbackable but it cannot not be set. This is only used to support for interop with unmanaged callback.
    Syntax
    'Declaration
     
    Public Property Shadow As IDisposable
    public IDisposable Shadow {get; set;}
    See Also