DynamicRowAdd Method (Control) |
Add the specified controls to the row
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Add(
params Control[] controls
)
Public Sub Add (
ParamArray controls As Control()
)
member Add :
controls : Control[] -> unit
Parameters
- controls
- Type: Eto.FormsControl
Controls to add
See Also