Gets or sets the location of the parent control relative to its parent form.
Namespace: CleanCode.GeneralComponents.DialogsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
public Point ParentRelativeLocation { get; set; }
public Point ParentRelativeLocation { get; set; }
Public Property ParentRelativeLocation As Point
Get
Set
Public Property ParentRelativeLocation As Point
Get
Set
public:
property Point ParentRelativeLocation {
Point get ();
void set (Point value);
}
public:
property Point ParentRelativeLocation {
Point get ();
void set (Point value);
}
Field Value
The parent relative location.
This is used in conjunction with the
Owner property
to position this subform.
If null, the subform position is set relative to just the location of the Owner form.