Click or drag to resize
weroSoft AG, Software
IManagedWindowLocation Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the members a user control must implement for automatically managing the window location of the dialog the user control is displayed in.

Namespace:  WeroSoft.Triton.Desktop.Behaviors
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IManagedWindowLocation
Remarks
If the interface is not implemented on a control, the window automatic location is not activated.

Note that the location information is stored in the application setting file using a combination of the WindowName and the OwnerName. If no position is given the window is positioned on the center of the owner window.

The IManagedWindowLocation type exposes the following members.

Properties
  NameDescription
Public propertyOwnerName
Gets the name of the owner.
Public propertyWindowName
Gets the name of the window.
Top
See Also