DisplayCommandsForm ParentRelativeLocation Property CleanCode C# Libraries v1.2.03 API
Gets or sets the location of the parent control relative to its parent form.

Namespace: CleanCode.GeneralComponents.Dialogs
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public Point ParentRelativeLocation { get; set; }

Field Value

The parent relative location.
Remarks

This is used in conjunction with the OnlineOwner property to position this subform. If null, the subform position is set relative to just the location of the Owner form.
See Also