Search Results for

    Show / Hide Table of Contents

    Class OTZMessageDialog

    メッセージダイアログ

    Inheritance
    System.Object
    OTZMessageDialog
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZMessageDialog

    コンストラクタ

    OTZMessageDialog()

    コンストラクタ

    宣言
    public OTZMessageDialog()

    OTZMessageDialog(IWin32Window)

    コンストラクタ

    宣言
    public OTZMessageDialog(IWin32Window owner)
    パラメーター
    型 名前 説明
    System.Windows.Forms.IWin32Window owner

    OTZMessageDialog(IWin32Window, String)

    コンストラクタ

    宣言
    public OTZMessageDialog(IWin32Window owner, string caption)
    パラメーター
    型 名前 説明
    System.Windows.Forms.IWin32Window owner
    System.String caption

    プロパティ

    Caption

    宣言
    public string Caption { get; set; }
    プロパティ値
    型 説明
    System.String

    OK

    Yes, No

    宣言
    public static TaskDialogButtonCollection OK { get; }
    プロパティ値
    型 説明
    System.Windows.Forms.TaskDialogButtonCollection

    Owner

    宣言
    public IWin32Window Owner { get; set; }
    プロパティ値
    型 説明
    System.Windows.Forms.IWin32Window

    YesNoButton

    Yes, No

    宣言
    public static TaskDialogButtonCollection YesNoButton { get; }
    プロパティ値
    型 説明
    System.Windows.Forms.TaskDialogButtonCollection

    YesNoCancelButton

    Yes, No, Cancel

    宣言
    public static TaskDialogButtonCollection YesNoCancelButton { get; }
    プロパティ値
    型 説明
    System.Windows.Forms.TaskDialogButtonCollection

    メソッド

    GetMessage(String, String[])

    宣言
    public string GetMessage(string message, string[] replaceMessage)
    パラメーター
    型 名前 説明
    System.String message
    System.String[] replaceMessage
    戻り値
    型 説明
    System.String

    Show(String, MessageBoxIcon)

    宣言
    public DialogResult Show(string message, MessageBoxIcon icon)
    パラメーター
    型 名前 説明
    System.String message
    System.Windows.Forms.MessageBoxIcon icon
    戻り値
    型 説明
    System.Windows.Forms.DialogResult

    Show(MessageBoxIcon, String, String)

    宣言
    public DialogResult Show(MessageBoxIcon icon, string message, string replaceMessage)
    パラメーター
    型 名前 説明
    System.Windows.Forms.MessageBoxIcon icon
    System.String message
    System.String replaceMessage
    戻り値
    型 説明
    System.Windows.Forms.DialogResult

    Show(MessageBoxIcon, String, MessageBoxButtons)

    宣言
    public DialogResult Show(MessageBoxIcon icon, string message, MessageBoxButtons button)
    パラメーター
    型 名前 説明
    System.Windows.Forms.MessageBoxIcon icon
    System.String message
    System.Windows.Forms.MessageBoxButtons button
    戻り値
    型 説明
    System.Windows.Forms.DialogResult

    Show(MessageBoxIcon, String, MessageBoxButtons, String)

    宣言
    public DialogResult Show(MessageBoxIcon icon, string message, MessageBoxButtons button, string replaceMessage)
    パラメーター
    型 名前 説明
    System.Windows.Forms.MessageBoxIcon icon
    System.String message
    System.Windows.Forms.MessageBoxButtons button
    System.String replaceMessage
    戻り値
    型 説明
    System.Windows.Forms.DialogResult

    ShowDialog(String, String, String, TaskDialogIcon, TaskDialogButtonCollection, TaskDialogButton)

    メッセージダイアログを表示します。

    宣言
    public TaskDialogButton ShowDialog(string message, string subMessage, string caption, TaskDialogIcon icon, TaskDialogButtonCollection buttons, TaskDialogButton defaultButton)
    パラメーター
    型 名前 説明
    System.String message

    表示するメッセージ。

    System.String subMessage

    表示するサブメッセージ。

    System.String caption

    タイトル。

    System.Windows.Forms.TaskDialogIcon icon

    アイコン。

    System.Windows.Forms.TaskDialogButtonCollection buttons

    ボタン。

    System.Windows.Forms.TaskDialogButton defaultButton

    デフォルトボタン。

    戻り値
    型 説明
    System.Windows.Forms.TaskDialogButton
    In This Article
    Back to top Generated by DocFX