Ejemplo n.º 1
0
        public bool DrawThemeParentBackground(IntPtr hDC, ref Rectangle pRect)
        {
            RECT BGRECT = pRect;

            return(ThemeRoutines.DrawThemeParentBackground(m_cParent.Handle, hDC, ref BGRECT) == 0);
        }
Ejemplo n.º 2
0
 public bool DrawThemeParentBackground(IntPtr hDC, ref RECT pRect)
 {
     return(ThemeRoutines.DrawThemeParentBackground(m_cParent.Handle, hDC, ref pRect) == 0);
 }