ContentDialog.IsPrimaryButtonEnabled プロパティ

定義

ダイアログのプライマリ ボタンが有効かどうかを取得または設定します。

public:
 property bool IsPrimaryButtonEnabled { bool get(); void set(bool value); };
bool IsPrimaryButtonEnabled();

void IsPrimaryButtonEnabled(bool value);
public bool IsPrimaryButtonEnabled { get; set; }
var boolean = contentDialog.isPrimaryButtonEnabled;
contentDialog.isPrimaryButtonEnabled = boolean;
Public Property IsPrimaryButtonEnabled As Boolean
<ContentDialog IsPrimaryButtonEnabled="bool"/>

プロパティ値

Boolean

bool

true ダイアログのプライマリ ボタンが有効になっている場合は 。それ以外の場合は false。 既定値は、true です。

適用対象