点击或拖拽改变大小

NativeMethodsMessageBox 方法

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <summary> 文档]

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static int MessageBox(
	HandleRef hWnd,
	string text,
	string caption,
	int type
)

参数

hWnd
类型:System.Runtime.InteropServicesHandleRef

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <param name="hWnd"/> 文档]

text
类型:SystemString

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <param name="text"/> 文档]

caption
类型:SystemString

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <param name="caption"/> 文档]

type
类型:SystemInt32

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <param name="type"/> 文档]

返回值

类型:Int32

[缺少 "M:DSkin.NativeMethods.MessageBox(System.Runtime.InteropServices.HandleRef,System.String,System.String,System.Int32)" 的 <returns> 文档]

参见