Click or drag to resize

APIResize Method

Resize window to specified width and height in pixels.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string Resize(
	Object UIItemVariable,
	Object width,
	Object height
)

Parameters

UIItemVariable
Type: SystemObject

[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.Resize(System.Object,System.Object,System.Object)"]

width
Type: SystemObject

[Missing <param name="width"/> documentation for "M:AppRobotic.API.Resize(System.Object,System.Object,System.Object)"]

height
Type: SystemObject

[Missing <param name="height"/> documentation for "M:AppRobotic.API.Resize(System.Object,System.Object,System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also