FontDialog.RunDialog(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定檔案對話方塊。
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
通用對話方塊之主控視窗 (Owner Window) 的視窗控制代碼 (Window Handle)。
傳回
如果對話方塊執行成功,則為 true
;否則為 false
。
備註
當 RunDialog 字型對話方塊的使用者呼叫 方法時,會叫 ShowDialog 用 方法。