Version

UltraMessageBoxInfo Constructor(MessageBoxStyle,IWin32Window,String,String,MessageBoxButtons,MessageBoxIcon,MessageBoxDefaultButton,DefaultableBoolean)

Creates an instance of the UltraMessageBoxInfo class.
Syntax
'Declaration
 
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 _
)

Parameters

style
The display style of the UltraMessageBox
owner
The owning window for the UltraMessageBox
text
The text to be displayed in the details/content area of the UltraMessageBox
caption
The text to be displayed on the UltraMessageBox's caption
buttons
The buttons to be displayed on the UltraMessageBox
icon
The icon to be displayed in the content/details area of the UltraMessageBox
defaultButton
Indicates which button will have focus when the UltraMessageBox is displayed
showHelpButton
Indicates if the Help button should be visible
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also