ItemHasExpandButton tooltip - how to |
Post Reply |
Author | |
mstuart
Groupie Joined: 06 April 2010 Location: United States Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 13 April 2010 at 7:29pm |
Hi all,
I've added an Item (which contains a URL) to a grid and also added the Flag = ItemHasExpandButton + ItemHasEdit. I would like to add a tooltip to the button, like "Click to launch web site". How do I do that? |
|
Regards,
Mark Stuart Product: Xtreme SuitePro (ActiveX) v13.2.1 Platform: WinXP (32bit)/Win7 (64bit) Language: VB6 (SP6), Magic eDeveloper v9.4, uniPaaS v1.9 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Same here, Item.Flags = ItemHasExpandButton the Item has an InplaceButton already
Dim Item As PropertyGridItem
Set Item = Category.AddChildItem(PropertyItemString, "URL", "") Item.Flags = ItemHasExpandButton Item.InplaceButtons(1).Tooltip = "Open URL in new window" Hope this helps also
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mstuart
Groupie Joined: 06 April 2010 Location: United States Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi Aaron,
Thanx for your help on my questions. I really appreciate it, as I'm new to VB6 (huh?) and Codejock. I've been using another development tool for the last 18 years. I'm getting used to the Id's of objects - Item.InplaceButtons(1) - to get to them. It's a new concept for me. Now I've just got to find where they are. |
|
Regards,
Mark Stuart Product: Xtreme SuitePro (ActiveX) v13.2.1 Platform: WinXP (32bit)/Win7 (64bit) Language: VB6 (SP6), Magic eDeveloper v9.4, uniPaaS v1.9 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |