Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine Height of PageFrame Tabs
Message
From
19/09/2010 18:53:32
 
 
To
19/09/2010 17:39:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01481889
Message ID:
01481895
Views:
83
>How do you determine the height of the tabs on a pageframe? Second part is how to determine the width of the tabs if the tabs are located on the the left (or right) side?


I found the following properties available on the pageframe:

lnPageLeft = this.Parent.Left + INT((this.Parent.Width - this.Parent.PageWidth)/2)

lnPageTop = this.Parent.Top + this.Parent.Height - this.Parent.PageHeight
Previous
Reply
Map
View

Click here to load this message in the networking platform