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
- _tabPage
Type: FormTabPageControl Class
The tab page to which to add the control.
- _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.