![]() |
Tooltip for disabled controls |
Post Reply
|
| Author | |
ABuenger
Newbie
Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
Quote Reply
Topic: Tooltip for disabled controlsPosted: 19 July 2006 at 4:57pm |
|
How can I set a different tooltip if a control is disabled? I would like to tell the user why a control is disabled.
![]() |
|
|
Codejock support
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 July 2006 at 8:52am |
|
Hi,
use Update handler:
CXTPControl* pPopup = CXTPControl::FromUI(pCmdUI);
if (pPopup) { pPopup->SetToolTip(strTip); } |
|
|
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 |