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

In This Topic
    SelectObject Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SelectObject( _
       ByVal hdc As System.IntPtr, _
       ByVal hgdiobj As System.IntPtr _
    ) As System.IntPtr
    public static System.IntPtr SelectObject( 
       System.IntPtr hdc,
       System.IntPtr hgdiobj
    )

    Parameters

    hdc
    hgdiobj
    See Also