Tabs
This property determines whether or not the pages in a page frame have tabs. Tabs let the user click on a page to bring it to the top. Without tabs, the pages sit one on top of the other and you have to bring different pages to the top programmatically (by changing ActivePage).
Usage |
pgfPageFrame.Tabs = lHasTabs lHasTabs = pgfPageFrame.Tabs |
Example |
ThisForm.pgfDays.Tabs = .T. |
See Also |
ActivePage, BorderWidth, Page, PageFrame, TabStretch, TabStyle |