Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Drawing.Design/System/Drawing/Design/NativeMethodsImpl.cs

37 lines
1.8 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Design.NativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Drawing_Design_NativeMethodsImpl
{
public static System.IntPtr SendDlgItemMessage(System.IntPtr hDlg, System.Int32 nIDDlgItem, System.Int32 Msg, System.IntPtr wParam, System.IntPtr lParam)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.SendDlgItemMessage' has not been implemented!");
}
public static System.IntPtr GetDlgItem(System.IntPtr hWnd, System.Int32 nIDDlgItem)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.GetDlgItem' has not been implemented!");
}
public static System.Boolean EnableWindow(System.IntPtr hWnd, System.Boolean enable)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.EnableWindow' has not been implemented!");
}
public static System.Boolean SetWindowPos(System.IntPtr hWnd, System.IntPtr hWndInsertAfter, System.Int32 x, System.Int32 y, System.Int32 cx, System.Int32 cy, System.Int32 flags)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.SetWindowPos' has not been implemented!");
}
public static System.Int32 GetDlgItemInt(System.IntPtr hWnd, System.Int32 nIDDlgItem, System.Boolean[] err, System.Boolean signed)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.GetDlgItemInt' has not been implemented!");
}
public static System.IntPtr PostMessage(System.IntPtr hwnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
{
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods.PostMessage' has not been implemented!");
}
}
}