ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / ControlDeviceContext Class / ControlDeviceContext Constructor
A System.Windows.Forms.Control indicates the control.

In This Topic
    ControlDeviceContext Constructor
    In This Topic
    Initializes a new instance of the ControlDeviceContext class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal control As Control _
    )
    public ControlDeviceContext( 
       Control control
    )

    Parameters

    control
    A System.Windows.Forms.Control indicates the control.
    See Also