RegistryHelper..::..SaveStatus Method

Saves the status.

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

Syntax


public static void SaveStatus(
	string company,
	string applicationName,
	string windowName,
	double top,
	double left,
	double width,
	double height,
	bool maximized
)

Parameters

company
Type: String
The company.
applicationName
Type: String
Name of the application.
windowName
Type: String
Name of the window.
top
Type: Double
The top.
left
Type: Double
The left.
width
Type: Double
The width.
height
Type: Double
The height.
maximized
Type: Boolean
if set to true [maximized].

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.