FontDialog.RunDialog(IntPtr) 方法

定义

指定文件对话框。

protected:
 override bool RunDialog(IntPtr hWndOwner);
protected override bool RunDialog (IntPtr hWndOwner);
override this.RunDialog : nativeint -> bool
Protected Overrides Function RunDialog (hWndOwner As IntPtr) As Boolean

参数

hWndOwner
IntPtr

nativeint

通用对话框的所有者窗口的窗口句柄。

返回

Boolean

如果该对话框成功运行,则为 true;否则为 false

注解

RunDialog当字体对话框的用户调用该方法时,将调用该方法ShowDialog

适用于