InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal uObjectType As UInteger _
    ) As IntPtr
    public static IntPtr GetCurrentObject( 
       IntPtr hdc,
       uint uObjectType
    )

    Parameters

    hdc
    uObjectType
    See Also