Print Page | Close Window

Give color for an InPlaceButton and Show tool tip

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: ActiveX COM
Forum Description: Topics related to Codejock ActiveX COM products
URL: http://forum.codejock.com/forum_posts.asp?TID=15372
Printed Date: 29 April 2024 at 6:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Give color for an InPlaceButton and Show tool tip
Posted By: dileeptm
Subject: Give color for an InPlaceButton and Show tool tip
Date Posted: 15 October 2009 at 4:24am
1. I have an inplace button, i need to provide green color for the button, how can i do that?
2. In the same property grid i have a property item with 4 radio buttons, my requirement is how to show tool tips for each radio buttons?
 
i am using : Xtreme SuitePro ActiveX v13.1.0



Replies:
Posted By: Oleg
Date Posted: 16 October 2009 at 5:28am
Hi,
 
1. You can only set some image for button with green picture.
 
2. Sorry it doesn't support it.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: dileeptm
Date Posted: 20 October 2009 at 1:46am

Hi oleg,

Thank u so much,
 
1. Can u pls share me the method to set image for inplace button.
2. Is thr any indirect way to show tool tip for radio buttons, i mean by calculating the rectangle area and mouse position. if u have any suggestions kindly share with me.
 
Thanks
Dileep T M
Software Developer ( TCS )
India
 


Posted By: Oleg
Date Posted: 21 October 2009 at 8:37am
Hi,
 
Our sample has it:
 
    Set Button = Item.AddInplaceButton(1)
    Button.IconIndex = 10
    Button.Tooltip = "Click to set filter"
   
    wndPropertyGrid.Icons.LoadBitmap App.Path & "\Icons\Filter.bmp", 10, xtpImageNormal


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net