Esempio n. 1
0
 /// <summary>
 /// <see>
 ///     <cref>MMFrame.Forms.LayeredWindows.LayeredWindowSurface</cref>
 /// </see>
 ///     のコンストラクタ
 /// </summary>
 protected LayeredWindowSurface()
 {
     SuspendLayout();
     ShowInTaskbar   = false;
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     ResumeLayout(false);
     AllowDragMove      = true;
     this.blendFunction = new Win32.LayerWindow.Blendfunction(0, 0, 255, 1);
 }
 /// <summary>
 /// <see>
 ///     <cref>MMFrame.Forms.LayeredWindows.LayeredWindowSurface</cref>
 /// </see>
 ///     のコンストラクタ
 /// </summary>
 protected LayeredWindowSurface()
 {
     SuspendLayout();
     ShowInTaskbar = false;
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     ResumeLayout( false );
     AllowDragMove = true;
     this.blendFunction = new Win32.LayerWindow.Blendfunction( 0, 0, 255, 1 );
 }