suite4.net.FormDatabase Documentation

WebLoaderAlert Constructor (String, String)

Creates a new WebLoaderAlert instance using the provided Title and Message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal title As String, _
   ByVal message As String _
)
[C#]
public WebLoaderAlert(
   string title,
   string message
);

Parameters

title
The title of the alert box.
message
The message of the alert box.

See Also

WebLoaderAlert Class | suite4.net.FormDatabase Namespace | WebLoaderAlert Constructor Overload List