Interface IMessageDialogActionParameter
Namespace: MakCraft.Behaviors.Interfaces
Assembly: MakViewModelBaseCore.dll
Syntax
public interface IMessageDialogActionParameter
Properties
| Improve this Doc View SourceButton
MessageBox に表示するボタン。
Declaration
MessageBoxButton Button { get; }
Property Value
Type | Description |
---|---|
System.Windows.MessageBoxButton |
Caption
MessageBox に表示するタイトル。
Declaration
string Caption { get; }
Property Value
Type | Description |
---|---|
System.String |
IsDialog
表示するウィンドウの種別を取得します。 true:ダイアログ(ユーザ応答を処理する)、false:メッセージ。
Declaration
bool IsDialog { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
MessageBoxに表示するメッセージ。
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String |