WindowMoveEvent Constructor C# API
Create a new WindowMoveEvent

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public WindowMoveEvent(
	string caption,
	int xPos,
	int yPos
)

Parameters

caption
Type: System String
The window's caption
xPos
Type: System Int32
The x coordinate of the window
yPos
Type: System Int32
The y coordinate of the window
See Also