Programming User Interaction > Customizing the Property Pages > To Hide a Property Pages Tab |
Use the ShowChartEditorElement method to set the display state of the Property Pages tab. The following example hides the Control tab and the Font sub tab of the Axes tab:
Chart2d1.ShowChartEditorElement oc2dceeControl, False
Chart2d1.ShowChartEditorElement oc2dceeAxesFont, False