ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / SetBackgroundColor Method

In This Topic
    SetBackgroundColor Method
    In This Topic
    Sets the color of the background of the device context.
    Syntax
    'Declaration
     
    
    Public Function SetBackgroundColor( _
       ByVal backgroundColor As Color _
    ) As Color
    public Color SetBackgroundColor( 
       Color backgroundColor
    )

    Parameters

    backgroundColor
    See Also