FormSetParentControl Method

Use when you want the form to be a child a control, instead of the ChildWindow default behavior where it is the child of the calling form.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void SetParentControl(
	Control parent
)

Parameters

parent  Control

See Also