Click or drag to resize

Message Class

Windows message dialog handling
Inheritance Hierarchy
SystemObject
  SOWIWin.HelperMessage

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static class Message

The Message type exposes the following members.

Methods
  NameDescription
Public methodStatic memberShow(String)
Simple message box to display
Public methodStatic memberShow(Exception, Object, String)
Show exception information to display
Public methodStatic memberShowYesNo
Show dialog with yes and no buttons
Top
See Also