IExplorerNodeContext.ShowMessageBox Yöntem

Tanım

Bir ileti kutusu görüntüler.

public System.Windows.Forms.DialogResult ShowMessageBox (string message, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon);

Parametreler

message
String

İleti metni.

buttons
MessageBoxButtons

İleti kutusunda görüntülenecek düğmeler.

icon
MessageBoxIcon

İleti kutusunda görüntülenecek simge.

Döndürülenler

DialogResult

Kullanıcının ileti kutusunda tıklattığı düğmeyi belirten bir değer.

Şunlara uygulanır