protected override void OnLoad(EventArgs e)
{
if (DwmIsCompositionEnabled())
{
MARGINS margin = new MARGINS();
= = = = -1;
DwmExtendFrameIntoClientArea(, ref margin);
}
(e);
}
protected override void OnPaintBackground(PaintEventArgs e)
{
(e);
if (DwmIsCompositionEnabled())
{
();
}
}