Share via


DimensionHierarchyController.addTabPage Method [AX 2012]

Adds a tab page that contains the specified caption.

Syntax

protected DimensionHierarchyDesignerInfo addTabPage(str _name, DimensionHierarchyDesignerInfo _buttonControls)

Run On

Client

Parameters

  • _name
    Type: str
    The name for the tab page.

Return Value

Type: DimensionHierarchyDesignerInfo Class
The FormTabPageControl instance that was added.

See Also

Reference

DimensionHierarchyController Class