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.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void SetParentControl(
Control parent
)
Public Sub SetParentControl (
parent As Control
)
member SetParentControl :
parent : Control -> unit
Parameters
- parent Control