Exemple #1
0
 /// <summary>メッセージを送信する</summary>
 public void SetAeroMargin(MARGINS marg)
 {
     if (SystemSupports.IsAeroSupport)
     {
         NativeMethod.DwmExtendFrameIntoClientArea(this, ref marg);
     }
 }