ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetBkMode Method

In This Topic
    SetBkMode Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SetBkMode( _
       ByVal hdc As System.IntPtr, _
       ByVal ibkMode As System.Integer _
    ) As System.Integer
    public static System.int SetBkMode( 
       System.IntPtr hdc,
       System.int ibkMode
    )

    Parameters

    hdc
    ibkMode
    See Also