ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / CompatibleDeviceContext Class / SetBackgroundColor Method

In This Topic
    SetBackgroundColor Method (CompatibleDeviceContext)
    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