Share via


DimensionDefaultingControllerBase.addControlToRootContainer Method [AX 2012]

Adds a new control inside the root container.

Syntax

private FormControl addControlToRootContainer(FormControlType _controlType, str _controlName)

Run On

Called

Parameters

  • _controlName
    Type: str
    The name of the control to add.

Return Value

Type: FormControl Class
An instance of the form control added inside the root container.

See Also

Reference

DimensionDefaultingControllerBase Class