Basic Library for UWP/WinRT XAML
MessageBoxResult 列挙体

メッセージボックスに対するユーザーの応答を表します。
構文
'宣言
 
Public Enum MessageBoxResult 
   Inherits System.Enum
public enum MessageBoxResult : System.Enum 
メンバ
メンバ解説
Cancel[キャンセル]ボタンをクリックしたか、Esc キーを押した。
None結果なし。
OK[OK]ボタンをクリックした。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.MessageBoxResult

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1.Xaml 名前空間

Send Feedback