共用方式為


OverlappedPresenter.CreateForDialog 方法

定義

建立預先 OverlappedPresenter 填入對話方塊值的 物件。

public:
 static OverlappedPresenter ^ CreateForDialog();
 static OverlappedPresenter CreateForDialog();
public static OverlappedPresenter CreateForDialog();
function createForDialog()
Public Shared Function CreateForDialog () As OverlappedPresenter

傳回

預先 OverlappedPresenter 填入對話方塊值的 物件。

備註

下表顯示當您從 CreateForDialog 方法建立 OverlappedPresenter 物件時,如何設定組態屬性。

Configuration 屬性
HasBorder true
HasTitleBar true
IsAlwaysOnTop false
IsMaximizable false
IsMinimizable false
IsModal false
IsResizable false

擁有權

如果您想要設定對話方塊的擁有者,則必須在建立 AppWindow時執行此動作。

適用於