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 オブジェクトを作成するときの構成プロパティの設定方法を示しています。

構成プロパティ 価値
HasBorder true
HasTitleBar true
IsAlwaysOnTop false
IsMaximizable false
IsMinimizable false
IsModal false
IsResizable false

所有権

ダイアログの所有者を設定する場合は、 AppWindow の作成時に設定する必要があります。

適用対象