WindowSizeEvent Constructor C# API
Create a new WindowSizeEvent

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

public WindowSizeEvent(
	string caption,
	int width,
	int height
)

Parameters

caption
Type: System String
The window's caption
width
Type: System Int32
The width of the window
height
Type: System Int32
The height of the window
See Also