Converts the message box icon back to its original form.

C# | Visual Basic | Visual C++ |
public Object ConvertBack( Object value, Type targetType, Object parameter, CultureInfo culture )
Public Function ConvertBack ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object
public: virtual Object^ ConvertBack( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture ) sealed

- value (Object)
- The value.
- targetType (Type)
- The target type.
- parameter (Object)
- The parameter.
- culture (CultureInfo)
- The culture.

The message box icon in its original form.