RegistryHelper..::..GetIsMaximized Method

Gets the is maximized.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool GetIsMaximized(
	string Company,
	string ApplicationName,
	string WindowName
)

Parameters

Company
Type: String
The company.
ApplicationName
Type: String
Name of the application.
WindowName
Type: String
Name of the window.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.