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[] controls,
Point formLocation = default
)
public:
TransparentControlsForm(
array<Control^>^ controls,
Point formLocation = Point()
)
new :
controls : 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
- controls Control
-
The control array to display in the Form.
- formLocation Point (Optional)
-
The default Formulary location.