ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetCurrentObject Method

In This Topic
    GetCurrentObject Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCurrentObject( _
       ByVal hdc As System.IntPtr, _
       ByVal uObjectType As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr GetCurrentObject( 
       System.IntPtr hdc,
       System.uint uObjectType
    )

    Parameters

    hdc
    uObjectType
    See Also