A class to help utilize the stock MessageBox class.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public static class MessageBoxHelper
Visual Basic
Public NotInheritable Class MessageBoxHelper
Visual C++
public ref class MessageBoxHelper abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MessageBoxHelper =  class end

Inheritance Hierarchy

System..::..Object
  System.Extensions.Windows.Forms..::..MessageBoxHelper

See Also