バージョン

UltraMessageBoxInfo コンストラクタ(MessageBoxStyle,IWin32Window,String,String,MessageBoxButtons,MessageBoxIcon,MessageBoxDefaultButton,DefaultableBoolean)

UltraMessageBoxInfo クラスのインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal style As MessageBoxStyle, _
   ByVal owner As IWin32Window, _
   ByVal text As String, _
   ByVal caption As String, _
   ByVal buttons As MessageBoxButtons, _
   ByVal icon As MessageBoxIcon, _
   ByVal defaultButton As MessageBoxDefaultButton, _
   ByVal showHelpButton As DefaultableBoolean _
)

パラメータ

style
UltraMessageBox の表示スタイル。
owner
UltraMessageBox の所有するウィンドウ。
text
UltraMessageBox の詳細/コンテンツ領域に表示するテキスト。
caption
UltraMessageBox のキャプションに表示されるテキスト。
buttons
UltraMessageBox に表示するボタン。
icon
UltraMessageBox の詳細/コンテンツ領域に表示するシステム アイコン。
defaultButton
UltraMessageBox が表示されたときにフォーカスを持つボタンを示します。
showHelpButton
ヘルプ ボタンを表示するかどうかを示します。
参照