FormChildWindow Property
Gets or sets the value determining if this is a Child window. A child window is treated as a child of it's container form, it will move with it, and it's positions will be relative to the client area of it's parent form.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool ChildWindow { get; set; }
Public Property ChildWindow As Boolean
Get
Set
member ChildWindow : bool with get, set
Property Value
Boolean