Inheritance: System.Windows.Forms.CreateParams
Exemplo n.º 1
0
 public void CreateHandle(CreateParamsEx cp)
 {
     this.AssignHandle(NativeMethods.CreateWindowEx(cp.ExStyle, cp.ClassName, cp.Caption, cp.Style, cp.X, cp.Y, cp.Width, cp.Height, cp.Parent, IntPtr.Zero, cp.hInstance, (IntPtr)cp.Param));
 }
Exemplo n.º 2
0
 public void CreateHandle(CreateParamsEx cp)
 {
     this.AssignHandle(NativeMethods.CreateWindowEx(cp.ExStyle, cp.ClassName, cp.Caption, cp.Style, cp.X, cp.Y, cp.Width, cp.Height, cp.Parent, IntPtr.Zero, cp.hInstance, (IntPtr)cp.Param));
 }