Tabs Property

Visual Studio .NET 2003

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

PageFrame.Tabs[ = lExpr]

Property Values

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

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

Caption Property | AllowTabs Property | TabStop Property

Applies To: PageFrame

Show: