コード例 #1
0
        public static BOOL DrawFrameControl(HandleRef hdc, ref RECT rect, DFC type, DFCS state)
        {
            BOOL result = DrawFrameControl((Gdi32.HDC)hdc.Handle, ref rect, type, state);

            GC.KeepAlive(hdc.Wrapper);
            return(result);
        }
コード例 #2
0
 public static extern BOOL DrawFrameControl(IntPtr hdc, ref RECT rect, DFC type, DFCS state);
コード例 #3
0
 public static extern BOOL DrawFrameControl(Gdi32.HDC hdc, ref RECT rect, DFC type, DFCS state);
コード例 #4
0
 internal static extern bool DrawFrameControl(IntPtr hdc, ref RECT lprc, DFC uType, DFCS uState);