ControlDraggerAddControls Method
Assigns the specified controls as draggable elements of they parents
Form.
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 void AddControls(
Control[] ctrls
)
public:
void AddControls(
array<Control^>^ ctrls
)
member AddControls :
ctrls : Control[] -> unit
No code example is currently available or this language may not be supported.
Parameters
- ctrls Control
-
An array of Control.