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.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool ChildWindow { get; set; }

Property Value

Boolean

See Also