Give color for an InPlaceButton and Show tool tip |
Post Reply |
Author | |
dileeptm
Groupie Joined: 15 October 2009 Location: India Status: Offline Points: 11 |
Post Options
Thanks(0)
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
dileeptm
Groupie Joined: 15 October 2009 Location: India Status: Offline Points: 11 |
Post Options
Thanks(0)
|
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
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 |