InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / DrawFrameControl Method

In This Topic
    DrawFrameControl Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawFrameControl( _
       ByVal hdc As IntPtr, _
       ByRef lpRect As Win32.RECT, _
       ByVal uType As UInteger, _
       ByVal uState As UInteger _
    ) As Boolean
    public static bool DrawFrameControl( 
       IntPtr hdc,
       ref Win32.RECT lpRect,
       uint uType,
       uint uState
    )

    Parameters

    hdc
    lpRect
    uType
    uState
    See Also