TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetBkColor Method

In This Topic
    SetBkColor Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetBkColor( _
       ByVal hdc As IntPtr, _
       ByVal crColor As Integer _
    ) As Integer
    public static int SetBkColor( 
       IntPtr hdc,
       int crColor
    )

    Parameters

    hdc
    crColor
    See Also