Share via


DimensionHierarchyController.addControlToTabPage Method [AX 2012]

Adds an instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class to the specified tab page.

Syntax

protected CLRObject addControlToTabPage(FormTabPageControl _tabPage, str _name)

Run On

Client

Parameters

  • _name
    Type: str
    The name to use for the control.

Return Value

Type: CLRObject Class
The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class that was added.

See Also

Reference

DimensionHierarchyController Class