'宣言 Public Overloads Shared Sub Show( _ ByVal message As System.String, _ ByVal caption As System.String, _ ByVal icon As C1MessageBoxIcon _ )
public static void Show( System.string message, System.string caption, C1MessageBoxIcon icon )
パラメータ
- message
- メッセージとして表示するテキスト。
- caption
- タイトルバーのキャプション。
- icon
- 表示するアイコンを指定する C1MessageBoxIcon 値。