WindowStyleChangeEvent Constructor C# API
Create a new WindowStyleChangeEvent

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

public WindowStyleChangeEvent(
	string caption,
	int Style,
	int ExtendedStyle
)

Parameters

caption
Type: System String
The window's caption
Style
Type: System Int32
The windows style
ExtendedStyle
Type: System Int32
The windows extended style
See Also