Displays the DXMessageBox with specified text and title.
public static MessageBoxResult Show( string messageBoxText, string caption )
static Public Function Show( ByVal messageBoxText As String, ByVal caption As String ) As MessageBoxResult
A message box with unspecified buttons displays the 'OK' button by default and returns the MessageBoxResult.OK value.