Show / Hide Table of Contents

Interface IMessageDialogActionParameter

MessageDialogAction へ渡すパラメーターのインターフェイス。 IsDialog が false のときには Button の設定は反映されません。

Namespace: MakCraft.Behaviors.Interfaces
Assembly: MakViewModelBaseCore.dll
Syntax
public interface IMessageDialogActionParameter

Properties

| Improve this Doc View Source

Button

MessageBox に表示するボタン。

Declaration
MessageBoxButton Button { get; }
Property Value
Type Description
System.Windows.MessageBoxButton
| Improve this Doc View Source

Caption

MessageBox に表示するタイトル。

Declaration
string Caption { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsDialog

表示するウィンドウの種別を取得します。 true:ダイアログ(ユーザ応答を処理する)、false:メッセージ。

Declaration
bool IsDialog { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Message

MessageBoxに表示するメッセージ。

Declaration
string Message { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX