Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can you get a tooltip on a grid header?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00343819
Message ID:
00343844
Views:
23
Hi Steve.

>> Is it possible to get a tooltip for a grid column header? I know that it does not have the ToolTipText property. <<

Put this code in the header's MouseMove method to 'Borrow' the grid's tool tip Text:
WITH This
  .Parent.Parent.ToolTipText = .Tag
ENDWITH			
Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform