wManager.Wow.Helpers Namespace
WRobot

InputBoxMultiline..::..Show Method (String, String, Boolean, Boolean)

Shows the specified editable text.

Namespace:  robotManager.Helpful.Forms
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string Show(
	string text,
	string windowName,
	bool resizable,
	bool showInTaskbar
)
Public Shared Function Show ( _
	text As String, _
	windowName As String, _
	resizable As Boolean, _
	showInTaskbar As Boolean _
) As String
public:
static String^ Show(
	String^ text, 
	String^ windowName, 
	bool^ resizable, 
	bool^ showInTaskbar
)

Parameters

text
Type: String
The text.
windowName
Type: String
Name of the window.
resizable
Type: Boolean
if set to true [resizable].
showInTaskbar
Type: Boolean
if set to true [show in taskbar].

Return Value

Text edited by the user.