Wisej.Web.VisualBasic.Interaction
Namespace: Wisej.Web.VisualBasic
Assembly: Wisej.Framework (3.1.0.0)
Replaces the visual methods in Microsoft.VisualBasic.Interaction.
Sounds a tone through the computer's speaker.
Displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
Asynchronous displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.
Displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Target
Context object that initiated this call.
Prompt
Required. String expression displayed as the message in the dialog box.
Buttons
Optional. Numeric expression that is the sum of values specifying the number and type of buttons to display, the icon style to use, the identity of the default button, and the modality of the message box. If you omit Buttons , the default value is zero.
Title
Optional. String expression displayed in the title bar of the dialog box. If you omit Title , the application name is placed in the title bar.
CloseCallback
Optional. Asynchronous callback.
Asynchronously displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked.
Target
Context object that initiated this call.
Prompt
Required. String expression displayed as the message in the dialog box.
Buttons
Optional. Numeric expression that is the sum of values specifying the number and type of buttons to display, the icon style to use, the identity of the default button, and the modality of the message box. If you omit Buttons , the default value is zero.
Title
Optional. String expression displayed in the title bar of the dialog box. If you omit Title , the application name is placed in the title bar.