JGR MSTS Editors and Tools
AutoCenterWindows Constructor (owner, mode)
NamespacesJgr.GuiAutoCenterWindowsAutoCenterWindows(Form, AutoCenterWindowsMode)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the AutoCenterWindows class with a given Form and AutoCenterWindowsMode.
Declaration Syntax
C#Visual BasicVisual C++
public AutoCenterWindows(
	Form owner,
	AutoCenterWindowsMode mode
)
Public Sub New ( _
	owner As Form, _
	mode As AutoCenterWindowsMode _
)
public:
AutoCenterWindows(
	Form^ owner, 
	AutoCenterWindowsMode mode
)
Parameters
owner (Form)
The Form over which all new windows should be centered.
mode (AutoCenterWindowsMode)
The AutoCenterWindowsMode to operate in; either AllWindows or FirstWindowOnly.

Assembly: JGR.GUI (Module: JGR.GUI) Version: 0.5.4008.31682