MessageBox.Show Yöntem

Tanım

bir ileti kutusu görüntüler.

Aşırı Yüklemeler

Show(String)

İleti içeren ve sonuç döndüren bir ileti kutusu görüntüler.

Show(String, String)

İleti ve başlık çubuğu başlığı içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

Show(Window, String)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusu bir ileti görüntüler ve bir sonuç döndürür.

Show(String, String, MessageBoxButton)

İleti, başlık çubuğu resim yazısı ve düğme içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

Show(Window, String, String)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti ve başlık çubuğu başlığı görüntülenir; ve bir sonuç döndürür.

Show(String, String, MessageBoxButton, MessageBoxImage)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

Show(Window, String, String, MessageBoxButton)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı ve düğme görüntülenir; ve aynı zamanda bir sonuç döndürür.

Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; varsayılan ileti kutusu sonucunu kabul eder ve bir sonuç döndürür.

Show(Window, String, String, MessageBoxButton, MessageBoxImage)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; ve aynı zamanda bir sonuç döndürür.

Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; ve varsayılan bir ileti kutusu sonucunu kabul eder, belirtilen seçeneklerle uyumludur ve bir sonuç döndürür.

Show(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; varsayılan ileti kutusu sonucunu kabul eder ve bir sonuç döndürür.

Show(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; ve varsayılan bir ileti kutusu sonucunu kabul eder, belirtilen seçeneklerle uyumludur ve bir sonuç döndürür.

Açıklamalar

Bir sahip penceresi belirtmenize olanak tanıyan yönteminin aşırı yüklemesini Show kullanın. Aksi takdirde, ileti kutusu şu anda etkin olan pencereye aittir.

Show(String)

İleti içeren ve sonuç döndüren bir ileti kutusu görüntüler.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText);
public static System.Windows.MessageBoxResult Show (string messageBoxText);
[<System.Security.SecurityCritical>]
static member Show : string -> System.Windows.MessageBoxResult
static member Show : string -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Hello, MessageBox!";
    // Show message box
    MessageBoxResult result = MessageBox.Show(message);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Hello, MessageBox!"
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message)
End Sub

Şunlara uygulanır

Show(String, String)

İleti ve başlık çubuğu başlığı içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText, System::String ^ caption);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption);
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption);
[<System.Security.SecurityCritical>]
static member Show : string * string -> System.Windows.MessageBoxResult
static member Show : string * string -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String, caption As String) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Message text";
    string caption = "Caption text";
    // Show message box
    MessageBoxResult result = MessageBox.Show(message, caption);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Message text"
    Dim caption As String = "Caption text"
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message, caption)
End Sub

Şunlara uygulanır

Show(Window, String)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusu bir ileti görüntüler ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır

Show(String, String, MessageBoxButton)

İleti, başlık çubuğu resim yazısı ve düğme içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button);
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button);
[<System.Security.SecurityCritical>]
static member Show : string * string * System.Windows.MessageBoxButton -> System.Windows.MessageBoxResult
static member Show : string * string * System.Windows.MessageBoxButton -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String, caption As String, button As MessageBoxButton) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Hello, MessageBox!";
    string caption = "Caption text";
    MessageBoxButton buttons = MessageBoxButton.OKCancel;
    // Show message box
    MessageBoxResult result = MessageBox.Show(message, caption, buttons);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Hello, MessageBox!"
    Dim caption As String = "Caption text"
    Dim buttons As MessageBoxButton = MessageBoxButton.OKCancel
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message, caption, buttons)
End Sub

Şunlara uygulanır

Show(Window, String, String)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti ve başlık çubuğu başlığı görüntülenir; ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText, System::String ^ caption);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string * string -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string * string -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String, caption As String) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır

Show(String, String, MessageBoxButton, MessageBoxImage)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; ve sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon);
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon);
[<System.Security.SecurityCritical>]
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage -> System.Windows.MessageBoxResult
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Hello, MessageBox!";
    string caption = "Caption text";
    MessageBoxButton buttons = MessageBoxButton.OKCancel;
    MessageBoxImage icon = MessageBoxImage.Information;
    // Show message box
    MessageBoxResult result = MessageBox.Show(message, caption, buttons, icon);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Hello, MessageBox!"
    Dim caption As String = "Caption text"
    Dim buttons As MessageBoxButton = MessageBoxButton.OKCancel
    Dim icon As MessageBoxImage = MessageBoxImage.Information
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message, caption, buttons, icon)
End Sub

Şunlara uygulanır

Show(Window, String, String, MessageBoxButton)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı ve düğme görüntülenir; ve aynı zamanda bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String, caption As String, button As MessageBoxButton) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır

Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; varsayılan ileti kutusu sonucunu kabul eder ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon, System::Windows::MessageBoxResult defaultResult);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult);
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult);
[<System.Security.SecurityCritical>]
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult -> System.Windows.MessageBoxResult
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage, defaultResult As MessageBoxResult) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

defaultResult
MessageBoxResult

MessageBoxResult İleti kutusunun varsayılan sonucunu belirten değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Hello, MessageBox!";
    string caption = "Caption text";
    MessageBoxButton buttons = MessageBoxButton.OKCancel;
    MessageBoxImage icon = MessageBoxImage.Information;
    MessageBoxResult defaultResult = MessageBoxResult.OK;
    // Show message box
    MessageBoxResult result = MessageBox.Show(message, caption, buttons, icon, defaultResult);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Hello, MessageBox!"
    Dim caption As String = "Caption text"
    Dim buttons As MessageBoxButton = MessageBoxButton.OKCancel
    Dim icon As MessageBoxImage = MessageBoxImage.Information
    Dim defaultResult As MessageBoxResult = MessageBoxResult.OK
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message, caption, buttons, icon, defaultResult)
End Sub

Şunlara uygulanır

Show(Window, String, String, MessageBoxButton, MessageBoxImage)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; ve aynı zamanda bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır

Show(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)

İleti, başlık çubuğu resim yazısı, düğme ve simge içeren bir ileti kutusu görüntüler; ve varsayılan bir ileti kutusu sonucunu kabul eder, belirtilen seçeneklerle uyumludur ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon, System::Windows::MessageBoxResult defaultResult, System::Windows::MessageBoxOptions options);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult, System.Windows.MessageBoxOptions options);
public static System.Windows.MessageBoxResult Show (string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult, System.Windows.MessageBoxOptions options);
[<System.Security.SecurityCritical>]
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult * System.Windows.MessageBoxOptions -> System.Windows.MessageBoxResult
static member Show : string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult * System.Windows.MessageBoxOptions -> System.Windows.MessageBoxResult
Public Shared Function Show (messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage, defaultResult As MessageBoxResult, options As MessageBoxOptions) As MessageBoxResult

Parametreler

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

defaultResult
MessageBoxResult

MessageBoxResult İleti kutusunun varsayılan sonucunu belirten değer.

options
MessageBoxOptions

MessageBoxOptions Seçenekleri belirten bir değer nesnesi.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Örnekler

Aşağıdaki örnekte yönteminin bu aşırı yüklemesinin nasıl kullanılacağı gösterilmektedir Show .

private void ShowMessageBoxButton_Click(object sender, RoutedEventArgs e)
{
    // Configure message box
    string message = "Hello, MessageBox!";
    string caption = "Caption text";
    MessageBoxButton buttons = MessageBoxButton.OKCancel;
    MessageBoxImage icon = MessageBoxImage.Information;
    MessageBoxResult defaultResult = MessageBoxResult.OK;
    MessageBoxOptions options = MessageBoxOptions.RtlReading;
    // Show message box
    MessageBoxResult result = MessageBox.Show(message, caption, buttons, icon, defaultResult, options);
}
Private Sub showMessageBoxButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    ' Configure message box
    Dim message As String = "Hello, MessageBox!"
    Dim caption As String = "Caption text"
    Dim buttons As MessageBoxButton = MessageBoxButton.OKCancel
    Dim icon As MessageBoxImage = MessageBoxImage.Information
    Dim defaultResult As MessageBoxResult = MessageBoxResult.OK
    Dim options As MessageBoxOptions = MessageBoxOptions.RtlReading
    ' Show message box
    Dim result As MessageBoxResult = MessageBox.Show(message, caption, buttons, icon, defaultResult, options)
End Sub

Şunlara uygulanır

Show(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; varsayılan ileti kutusu sonucunu kabul eder ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon, System::Windows::MessageBoxResult defaultResult);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage, defaultResult As MessageBoxResult) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

defaultResult
MessageBoxResult

MessageBoxResult İleti kutusunun varsayılan sonucunu belirten değer.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır

Show(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)

Belirtilen pencerenin önünde bir ileti kutusu görüntüler. İleti kutusunda bir ileti, başlık çubuğu resim yazısı, düğme ve simge görüntülenir; ve varsayılan bir ileti kutusu sonucunu kabul eder, belirtilen seçeneklerle uyumludur ve bir sonuç döndürür.

public:
 static System::Windows::MessageBoxResult Show(System::Windows::Window ^ owner, System::String ^ messageBoxText, System::String ^ caption, System::Windows::MessageBoxButton button, System::Windows::MessageBoxImage icon, System::Windows::MessageBoxResult defaultResult, System::Windows::MessageBoxOptions options);
[System.Security.SecurityCritical]
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult, System.Windows.MessageBoxOptions options);
public static System.Windows.MessageBoxResult Show (System.Windows.Window owner, string messageBoxText, string caption, System.Windows.MessageBoxButton button, System.Windows.MessageBoxImage icon, System.Windows.MessageBoxResult defaultResult, System.Windows.MessageBoxOptions options);
[<System.Security.SecurityCritical>]
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult * System.Windows.MessageBoxOptions -> System.Windows.MessageBoxResult
static member Show : System.Windows.Window * string * string * System.Windows.MessageBoxButton * System.Windows.MessageBoxImage * System.Windows.MessageBoxResult * System.Windows.MessageBoxOptions -> System.Windows.MessageBoxResult
Public Shared Function Show (owner As Window, messageBoxText As String, caption As String, button As MessageBoxButton, icon As MessageBoxImage, defaultResult As MessageBoxResult, options As MessageBoxOptions) As MessageBoxResult

Parametreler

owner
Window

Window İleti kutusunun sahip penceresini temsil eden bir.

messageBoxText
String

String Görüntülenecek metni belirten bir.

caption
String

String Görüntülenecek başlık çubuğu başlığını belirten bir.

button
MessageBoxButton

MessageBoxButton Hangi düğmenin veya düğmelerin görüntüleneceğini belirten bir değer.

icon
MessageBoxImage

MessageBoxImage Görüntülenecek simgeyi belirten değer.

defaultResult
MessageBoxResult

MessageBoxResult İleti kutusunun varsayılan sonucunu belirten değer.

options
MessageBoxOptions

MessageBoxOptions Seçenekleri belirten bir değer nesnesi.

Döndürülenler

MessageBoxResult Kullanıcı tarafından hangi ileti kutusu düğmesine tıklandığını belirten değer.

Öznitelikler

Açıklamalar

Varsayılan olarak, o anda etkin olan pencerenin önünde ileti kutusu görüntülenir.

Ayrıca bkz.

Şunlara uygulanır