MessageBoxCustomWindow Constructor

Overload List

MessageBoxCustomWindow(ArrayList, MessageBoxButton, String)Initializes a new instance of the MessageBoxCustomWindow class
MessageBoxCustomWindow(String, MessageBoxButton, String) Accepts string array. Each array element is printed on separate line.
MessageBoxCustomWindow(String, Int32, MessageBoxButton, String) For keyboard entry. Retrieve entered text value from Value public property after call
MessageBoxCustomWindow(String, String, MessageBoxButton, String) Basic message box

See Also