예제 #1
0
파일: HWND.cs 프로젝트: sharoron/SharoLib
 /// <summary>メッセージを送信する</summary>
 public void SetAeroMargin(MARGINS marg)
 {
     if (SystemSupports.IsAeroSupport)
     {
         NativeMethod.DwmExtendFrameIntoClientArea(this, ref marg);
     }
 }