TransparentControlsForm(Control, Point) Constructor
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TransparentControlsForm(
Control control,
Point formLocation = default
)
new :
control : Control *
?formLocation : Point
(* Defaults:
let _formLocation = defaultArg formLocation new Point()
*)
-> TransparentControlsForm
No code example is currently available or this language may not be supported.
Parameters
- control Control
-
The control to display in the Formulary.
- formLocation Point (Optional)
-
The default Formulary location.