[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DrawFrameControl

DrawFrameControl Method

DrawFrameControl(IntPtr, ref RECT, uint, uint)

Declaration
public static extern bool DrawFrameControl(IntPtr hdc, ref Win32.RECT lpRect, uint uType, uint uState)
Public Shared Function DrawFrameControl(hdc As IntPtr, ByRef lpRect As Win32.RECT, uType As UInteger, uState As UInteger) As Boolean
Parameters
Type Name Description
IntPtr hdc
Win32.RECT lpRect
uint uType
uint uState
Returns
Type Description
bool