ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.IntPtr, _
       ByRef lpRect As Win32.RECT, _
       ByVal uType As System.UInteger, _
       ByVal uState As System.UInteger _
    ) As System.Boolean
    public static System.bool DrawFrameControl( 
       System.IntPtr hdc,
       ref Win32.RECT lpRect,
       System.uint uType,
       System.uint uState
    )

    Parameters

    hdc
    lpRect
    uType
    uState
    See Also