ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DummyDeviceContext Class / Handle Property

In This Topic
    Handle Property (DummyDeviceContext)
    In This Topic
    Gets or [protected] sets the handle of the device context.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Handle As IntPtr
    public IntPtr Handle {get;}
    Remarks
    A System.IntPtr that indicates the handle of the device context.
    See Also