Tabs Property

Specifies whether a page frame has tabs. Available at design time and run time.

PageFrame.Tabs[ = lExpr]

Return Value

  • lExpr
    The settings for the Tabs property are as follows:

    Setting Description

    True (.T.)

    (Default) The page frame has tabs.

    False (.F.)

    The page frame does not have tabs.

Remarks

Applies To: PageFrame

Specify the text on the tabs by setting the Caption property of the page. The width of the tab is increased if the Caption width is greater than the default width of the tab. Shorter captions have no effect on tab width.

See Also

Reference

Caption Property (Visual FoxPro)
AllowTabs Property
TabStop Property

Other Resources

Properties (Visual FoxPro)
Language Reference (Visual FoxPro)